From 6861434f1445d1685b67a24897890c34f8c54f85 Mon Sep 17 00:00:00 2001
From: wangxinhui <wangxinhui@hnkhzn.com>
Date: 星期三, 08 四月 2026 17:22:26 +0800
Subject: [PATCH] WCS&WMS代码更新

---
 代码管理/WMS/WMSServices/WIDESEA_Common/WareHouseEnum/WarehouseEnum.cs |   22 ++++++++++------------
 1 files changed, 10 insertions(+), 12 deletions(-)

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_Common/WareHouseEnum/WarehouseEnum.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_Common/WareHouseEnum/WarehouseEnum.cs"
index f9fc847..cdc726a 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_Common/WareHouseEnum/WarehouseEnum.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_Common/WareHouseEnum/WarehouseEnum.cs"
@@ -9,30 +9,28 @@
 {
     /// <summary>
     /// 浠撳簱
-    /// LLDYL鍘熸枡搴�<br/>
-    /// LLDCP鎴愬搧搴�<br/>
     /// </summary>
     public enum WarehouseEnum
     {
         /// <summary>
-        /// 鍘熸枡搴�
+        /// 鍧枡搴�
         /// </summary>
-        [Description("鍘熸枡搴�")]
-        LLDYL = 1,
+        [Description("鍧枡搴�")]
+        FLPL = 1,
         /// <summary>
         /// 鎴愬搧搴�
         /// </summary>
         [Description("鎴愬搧搴�")]
-        LLDCP=2,
+        FLCP=2,
         /// <summary>
-        /// 杈呮枡搴�
+        /// 闅旂儹搴�
         /// </summary>
-        [Description("杈呮枡搴�")]
-        LLDFL = 3,
+        [Description("闅旂儹搴�")]
+        FLGR = 3,
         /// <summary>
-        /// 鑰佸巶鏆傚瓨鍖�
+        /// 妯″叿搴�
         /// </summary>
-        [Description("鑰佸巶鏆傚瓨鍖�")]
-        LLDOldCache = 4
+        [Description("妯″叿搴�")]
+        FLMJ = 4
     }
 }

--
Gitblit v1.9.3