From c193b9d9982de84979207998ba344b41ef36f6bd Mon Sep 17 00:00:00 2001
From: helongyang <647556386@qq.com>
Date: 星期一, 30 六月 2025 19:47:16 +0800
Subject: [PATCH] 阻焊出库优化

---
 代码管理/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Inbound/Dt_MesProInOrderDetail.cs |   38 +++++++++++++++++++-------------------
 1 files changed, 19 insertions(+), 19 deletions(-)

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Inbound/Dt_MesProInOrderDetail.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Inbound/Dt_MesProInOrderDetail.cs"
index d6ca211..5150702 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Inbound/Dt_MesProInOrderDetail.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Inbound/Dt_MesProInOrderDetail.cs"
@@ -69,33 +69,33 @@
         /// <summary>
         /// X浣�
         /// </summary>
-        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "X浣�")]
+        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "X浣�")]
         public string XSite { get; set; }
-        /// <summary>
-        /// ERP宸ュ崟
-        /// </summary>
-        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "ERP宸ュ崟")]
-        public string ERPOrder { get; set; }
-        /// <summary>
-        /// 閿�鍞鍗�
-        /// </summary>
-        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "閿�鍞鍗�")]
-        public string SaleOrder { get; set; }
-        /// <summary>
-        /// 瀹㈡埛鍘熷鍛ㄦ湡
-        /// </summary>
-        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "瀹㈡埛鍘熷鍛ㄦ湡")]
-        public string CustomDateCode { get; set; }
         /// <summary>
         /// 鍐呭寘閲嶉噺
         /// </summary>
         [SugarColumn(IsNullable = false, ColumnDescription = "鍐呭寘閲嶉噺")]
         public float Weight { get; set; }
         /// <summary>
-        /// 宸ヤ綔涓績
+        /// ERP宸ュ崟
         /// </summary>
-        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "宸ヤ綔涓績")]
-        public string WorkCenter { get; set; }
+        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "ERP宸ュ崟")]
+        public string ERPOrder { get; set; }
+        /// <summary>
+        /// 鍒堕�犺鍗�
+        /// </summary>
+        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "鍒堕�犺鍗�")]
+        public string MoNumber { get; set; }
+        /// <summary>
+        /// 閿�鍞鍗�
+        /// </summary>
+        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "閿�鍞鍗�")]
+        public string SaleOrder { get; set; }
+        /// <summary>
+        /// 鎵规鍙�
+        /// </summary>
+        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "鎵规鍙�")]
+        public string LotNumber { get; set; }
         /// <summary>
         /// 鍖呰鏃堕棿
         /// </summary>

--
Gitblit v1.9.3