From 17e5dbd7bd0364e27a33f1a7dab91cf33d5dcabc Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期三, 04 三月 2026 11:52:12 +0800
Subject: [PATCH] 增强Redis缓存服务与设备通信优化

---
 Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Common/HttpEnum/ConfigKey.cs |   64 +++++++++++++++++++++++--------
 1 files changed, 47 insertions(+), 17 deletions(-)

diff --git a/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Common/HttpEnum/ConfigKey.cs b/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Common/HttpEnum/ConfigKey.cs
index 8876d97..c02cdf0 100644
--- a/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Common/HttpEnum/ConfigKey.cs
+++ b/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Common/HttpEnum/ConfigKey.cs
@@ -1,24 +1,54 @@
-锘縰sing System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-
-namespace WIDESEAWCS_Common.HttpEnum
+锘縩amespace WIDESEAWCS_Common.HttpEnum
 {
     public enum ConfigKey
     {
-        ERP_API_Base,
-        ERP_API_Url,
-        ERP_API_Timeout,
+        #region WMS鎺ュ彛
 
+        /// <summary>
+        /// 缁勭洏
+        /// </summary>
+        GroupPalletAsync,
 
-        WMS_API_Base,
-        WMS_API_Url,
-        WMS_API_Timeout,
+        /// <summary>
+        /// 鎹㈢洏
+        /// </summary>
+        ChangePalletAsync,
 
-        MES_API_Base,
-        MES_API_Url,
-        MES_API_Timeout
+        /// <summary>
+        /// 鎷嗙洏
+        /// </summary>
+        SplitPalletAsync,
+
+        /// <summary>
+        /// 鍒涘缓鍏ュ簱浠诲姟
+        /// </summary>
+        CreateTaskInboundAsync,
+
+        /// <summary>
+        /// 鑾峰彇浠诲姟鍙叆璐т綅
+        /// </summary>
+        GetTasksLocation,
+
+        /// <summary>
+        /// 鍑哄簱浠诲姟瀹屾垚
+        /// </summary>
+        OutboundFinishTaskAsync,
+
+        /// <summary>
+        /// 鍏ュ簱浠诲姟瀹屾垚
+        /// </summary>
+        InboundFinishTaskAsync,
+
+        /// <summary>
+        /// 鍒涘缓绌烘墭鐩樺嚭搴撲换鍔�
+        /// </summary>
+        GetOutBoundTrayTaskAsync,
+
+        /// <summary>
+        /// 鍒涘缓绌烘墭鐩樺叆搴撲换鍔�
+        /// </summary>
+        CreateTaskInboundTrayAsync,
+
+        #endregion WMS鎺ュ彛
     }
-}
+}
\ No newline at end of file

--
Gitblit v1.9.3