From 9518ee94bf232c771edd97e2c6a00ba5d7f18242 Mon Sep 17 00:00:00 2001 From: 朱桂飞 <zhuguifei@zhuguifeideMacBook-Air.local> Date: 星期五, 14 二月 2025 12:48:38 +0800 Subject: [PATCH] 修复盘点明细已盘未盘计数bug --- 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