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

- 人员库业务逻辑调整
- 人像信息业务逻辑调整
- 华为盒子服务
This commit is contained in:
2025-07-10 21:05:13 +08:00
parent 2347d46a9b
commit d70d99fb9a
13 changed files with 410 additions and 361 deletions

View File

@@ -12,9 +12,9 @@ public interface CodePrefixConstants {
String SIS_DEVICE_CODE_PREFIX = "101";
/**
* 人像编码前缀
* 华为人像编码前缀
*/
String PERSON_LIB_IMAGE_CODE_PREFIX = "102";
String PERSON_LIB_IMAGE_CODE_PREFIX = "HW";
String ELEVATOR_CONTROL_CODE_PREFIX = "E01";