增加人像库

This commit is contained in:
lxj
2025-06-25 18:04:09 +08:00
parent 6de67e1956
commit 3fb9a76876
26 changed files with 262 additions and 549 deletions

View File

@@ -0,0 +1,13 @@
package org.dromara.common.core.constant;
public interface CodePrefixConstants {
/**
* 人像库编码前缀
*/
String PERSONLIB_CODE_PREFIX = "100";
/**
* 门禁设备编码前缀
*/
String SIS_DEVICE_CODE_PREFIX = "101";
}