修改报错
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run

This commit is contained in:
15683799673
2025-06-27 17:54:38 +08:00
parent b4f2dfd632
commit f85f2a75e0
4 changed files with 36 additions and 24 deletions

View File

@@ -6,8 +6,10 @@ public interface CodePrefixConstants {
*/
String PERSONLIB_CODE_PREFIX = "100";
String PERSONLIBIMG_CODE_PREFIX = "101";
/**
* 门禁设备编码前缀
*/
String SIS_DEVICE_CODE_PREFIX = "101";
String SIS_DEVICE_CODE_PREFIX = "110";
}