From 853f7a71577bd8694c848985e1eb21c74d30eba9 Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期二, 21 四月 2026 21:19:23 +0800
Subject: [PATCH] fix(WCS): 修复输送线任务处理逻辑并更新设备映射

---
 Code/WMS/WIDESEA_WMSServer/WIDESEA_Common/WareHouseEnum/WarehouseEnum.cs |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Code/WMS/WIDESEA_WMSServer/WIDESEA_Common/WareHouseEnum/WarehouseEnum.cs b/Code/WMS/WIDESEA_WMSServer/WIDESEA_Common/WareHouseEnum/WarehouseEnum.cs
index 132dd2e..7d6750a 100644
--- a/Code/WMS/WIDESEA_WMSServer/WIDESEA_Common/WareHouseEnum/WarehouseEnum.cs
+++ b/Code/WMS/WIDESEA_WMSServer/WIDESEA_Common/WareHouseEnum/WarehouseEnum.cs
@@ -33,21 +33,21 @@
         /// 鍒嗗1鍙蜂粨搴�
         /// </summary>
         [Description("鍒嗗1鍙蜂粨搴�")]
-        HCFR1 = 3,
+        HCSC1 = 3,
         /// <summary>
         /// 楂樻俯2鍙蜂粨搴�
         /// </summary>
         [Description("楂樻俯2鍙蜂粨搴�")]
-        GW2 = 4,
+        GWSC2 = 4,
         /// <summary>
         /// 姝f瀬鍗蜂粨
         /// </summary>
         [Description("姝f瀬鍗蜂粨")]
-        ZJ1 = 5,
+        ZJ1 = 6,
         /// <summary>
         /// 璐熸瀬鍗蜂粨
         /// </summary>
         [Description("璐熸瀬鍗蜂粨")]
-        FJ1 = 6
+        FJ1 = 7
     }
 }

--
Gitblit v1.9.3