From 9753fb2756f6b4e30ff79d901a7bb86145517c8b Mon Sep 17 00:00:00 2001
From: huangxiaoqiang <huangxiaoqiang@hnkhzn.com>
Date: 星期四, 18 十二月 2025 11:29:13 +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