feat(sis):
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run

- 人像库操作与宇视平台同步操作(新增,删除),关联表同步写入/删除
- 人像图片与宇视平台同步操作(新增,删除),关联表同步写入/删除,可选同步至E8平台
- 关联关系改为id关联
This commit is contained in:
2025-06-27 23:53:22 +08:00
parent 4fb1de5a9b
commit 9b2904ad06
6 changed files with 15 additions and 7 deletions

View File

@@ -12,7 +12,7 @@ public interface CodePrefixConstants {
String SIS_DEVICE_CODE_PREFIX = "101";
/**
* 门禁设备编码前缀
* 人像编码前缀
*/
String PERSON_LIB_IMAGE_CODE_PREFIX = "102";
}