From f0bb114ba37709cbe1aa55047fbf0c57cc07ab9d Mon Sep 17 00:00:00 2001
From: 朱桂飞 <zhuguifei@zhuguifeideMacBook-Air.local>
Date: 星期四, 20 二月 2025 15:54:42 +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