From 9f27cbd178b7f60975d388fa4c8a94f8b8e38117 Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期六, 25 四月 2026 16:18:08 +0800
Subject: [PATCH] feat: 更新分容库出库地址并添加巷道号常量

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

diff --git a/Code/WMS/WIDESEA_WMSServer/WIDESEA_Common/LocationEnum/LocationTypeEnum.cs b/Code/WMS/WIDESEA_WMSServer/WIDESEA_Common/LocationEnum/LocationTypeEnum.cs
index 67446d8..eda44d5 100644
--- a/Code/WMS/WIDESEA_WMSServer/WIDESEA_Common/LocationEnum/LocationTypeEnum.cs
+++ b/Code/WMS/WIDESEA_WMSServer/WIDESEA_Common/LocationEnum/LocationTypeEnum.cs
@@ -19,15 +19,15 @@
         Undefined = 0,
 
         /// <summary>
-        /// 灏忔墭鐩�
+        /// 璐ф灦
         /// </summary>
-        [Description("灏忔墭鐩�")]
-        SmallPallet = 1,
+        [Description("璐ф灦")]
+        ShelfCapacity = 1,
 
         /// <summary>
-        /// 涓墭鐩�
+        /// 鍗风粫娈�
         /// </summary>
-        [Description("涓墭鐩�")]
+        [Description("鍗风粫娈�")]
         MediumPallet = 2,
 
         /// <summary>
@@ -41,5 +41,17 @@
         /// </summary>
         [Description("鐗瑰ぇ鎵樼洏")]
         ExtraPallet = 4,
+
+        /// <summary>
+        /// 鍒嗗宸ヨ鏋�
+        /// </summary>
+        [Description("鍒嗗宸ヨ鏋�")]
+        SubRackType = 5,
+
+        /// <summary>
+        /// 鍒嗗鏌�
+        /// </summary>
+        [Description("鍒嗗鏌�")]
+        Capacity = 6,
     }
 }

--
Gitblit v1.9.3