From 37454e625df68d40897112b2e8c2e3cf4d7163e3 Mon Sep 17 00:00:00 2001
From: heshaofeng <heshaofeng@hnkhzn.com>
Date: 星期三, 25 三月 2026 11:43:10 +0800
Subject: [PATCH] 1

---
 项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_Model/Models/Outbound/Dt_OutboundLockInfo.cs |   27 +++++++++++++++++++++++++++
 1 files changed, 27 insertions(+), 0 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS\346\227\240\344\273\223\345\202\250\347\211\210/WIDESEA_WMSServer/WIDESEA_Model/Models/Outbound/Dt_OutboundLockInfo.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS\346\227\240\344\273\223\345\202\250\347\211\210/WIDESEA_WMSServer/WIDESEA_Model/Models/Outbound/Dt_OutboundLockInfo.cs"
index 0c61ab4..f147a49 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS\346\227\240\344\273\223\345\202\250\347\211\210/WIDESEA_WMSServer/WIDESEA_Model/Models/Outbound/Dt_OutboundLockInfo.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS\346\227\240\344\273\223\345\202\250\347\211\210/WIDESEA_WMSServer/WIDESEA_Model/Models/Outbound/Dt_OutboundLockInfo.cs"
@@ -159,5 +159,32 @@
         
         public int ReturnToMESStatus { get; set; }
 
+
+
+        //鏂板瀛楁
+
+        /// <summary>
+        /// 鏈鍒嗛厤鍓嶇殑绱閲�
+        /// </summary>
+        [SugarColumn(IsNullable = false, ColumnDescription = "鏈鍒嗛厤鍓嶇殑绱閲�")]
+        public decimal AllocatedQuantity { get; set; } = 0;
+
+        /// <summary>
+        /// 鍑哄簱鐩爣浣嶇疆
+        /// </summary>
+        [SugarColumn(IsNullable = true, Length = 100, ColumnDescription = "鍑哄簱鐩爣浣嶇疆")]
+        public string OutboundTargetLocation { get; set; }
+
+        /// <summary>
+        /// 鍗曟嵁鏄庣粏涓婚敭锛堟敮鎸佸涓槑缁咺D锛岄�楀彿鍒嗛殧锛�
+        /// </summary>
+        [SugarColumn(IsNullable = true, Length = 500, ColumnDescription = "鍗曟嵁鏄庣粏涓婚敭")]
+        public string OrderDetailIds { get; set; }
+
+        /// <summary>
+        /// 
+        /// </summary>
+        [SugarColumn(IsNullable = true, ColumnDescription = "鍒嗘嫞瀹屾垚鏁伴噺")]
+        public decimal? SortedQuantity { get; set; } = 0;
     }
 }

--
Gitblit v1.9.3