From 8a545b65a8d29961543a8d66bab2dbec58e5f89c Mon Sep 17 00:00:00 2001 From: zhuguifei <312353457@qq.com> Date: 星期一, 24 二月 2025 14:35:52 +0800 Subject: [PATCH] 故障报修添加工具类型 --- eims/ruoyi-common/ruoyi-common-core/src/main/java/org/dromara/common/core/constant/CacheConstants.java | 21 +++++++++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-) diff --git a/eims/ruoyi-common/ruoyi-common-core/src/main/java/org/dromara/common/core/constant/CacheConstants.java b/eims/ruoyi-common/ruoyi-common-core/src/main/java/org/dromara/common/core/constant/CacheConstants.java index ceb8370..e40c5f1 100644 --- a/eims/ruoyi-common/ruoyi-common-core/src/main/java/org/dromara/common/core/constant/CacheConstants.java +++ b/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"; + } -- Gitblit v1.9.3