From bbf733403f3a9e51da1f9aaff7438174e217e8bd Mon Sep 17 00:00:00 2001
From: huangxiaoqiang <huangxiaoqiang@hnkhzn.com>
Date: 星期二, 23 十二月 2025 10:16:07 +0800
Subject: [PATCH] Merge branch 'htq20251215' of http://115.159.85.185:8098/r/ZhongRui/ALDbanyunxiangmu into htq20251215
---
项目代码/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