增加人像库
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package org.dromara.common.core.constant;
|
||||
|
||||
public interface CodePrefixConstants {
|
||||
/**
|
||||
* 人像库编码前缀
|
||||
*/
|
||||
String PERSONLIB_CODE_PREFIX = "100";
|
||||
|
||||
/**
|
||||
* 门禁设备编码前缀
|
||||
*/
|
||||
String SIS_DEVICE_CODE_PREFIX = "101";
|
||||
}
|
Reference in New Issue
Block a user