Sfoglia il codice sorgente

【呼叫托盘工装】呼叫机器人redis缓存时间修改

lxb 1 anno fa
parent
commit
a072b26d17

+ 5 - 0
imcs-admin-boot/imcs-common/src/main/java/com/github/zuihou/common/constant/CacheKey.java

@@ -260,6 +260,11 @@ public interface CacheKey {
      * 任务询问当前位置
      */
     String TASK_ASK_POSITION = "TASK_ASK_POSITION";
+
+    /**
+     * 当前节点锁定
+     */
+    String TASK_NODE_LOCK = "TASK_NODE_LOCK";
     /**
      * 构建key
      *