From 8c3a3fd584e38e72bfb321ab70bfcfc2ab0a4e2e Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期四, 16 四月 2026 23:18:01 +0800
Subject: [PATCH] refactor(StockService): 移除注释掉的MES绑定解绑相关代码

---
 Code/WMS/WIDESEA_WMSServer/WIDESEA_Common/LocationEnum/LocationTypeEnum.cs |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/Code/WMS/WIDESEA_WMSServer/WIDESEA_Common/LocationEnum/LocationTypeEnum.cs b/Code/WMS/WIDESEA_WMSServer/WIDESEA_Common/LocationEnum/LocationTypeEnum.cs
index e8e8a64..6916e59 100644
--- a/Code/WMS/WIDESEA_WMSServer/WIDESEA_Common/LocationEnum/LocationTypeEnum.cs
+++ b/Code/WMS/WIDESEA_WMSServer/WIDESEA_Common/LocationEnum/LocationTypeEnum.cs
@@ -41,5 +41,17 @@
         /// </summary>
         [Description("鐗瑰ぇ鎵樼洏")]
         ExtraPallet = 4,
+
+        /// <summary>
+        /// 鍖栨垚绌烘墭鐩�
+        /// </summary>
+        [Description("鍖栨垚绌烘墭鐩�")]
+        HCTrayPallet = 5,
+
+        /// <summary>
+        /// 鍖栨垚鍒嗗鎵樼洏
+        /// </summary>
+        [Description("鍖栨垚鍒嗗鎵樼洏")]
+        HCFRPallet = 6,
     }
 }

--
Gitblit v1.9.3