eims/ruoyi-common/ruoyi-common-core/src/main/java/org/dromara/common/core/constant/CacheConstants.java
@@ -27,4 +27,25 @@ */ String PWD_ERR_CNT_KEY = "pwd_err_cnt:"; /** * 生成单号 redis key * code组成规则 prefix + 年月日 + 序号 */ String EIMS_GENERATE_CODE = "eims_generate_code:"; /** * ***********************字典*********************** */ /** * 设备单位unit */ String EIMS_EQU_UNIT = "eims_equ_unit"; /** * 设备导入状态 */ String EIMS_IMPORT_STATUS = "equ_import_status"; }