From 33861e7fbf9cc4af3088f715ce7607a681f9c181 Mon Sep 17 00:00:00 2001
From: wangxinhui <wangxinhui@hnkhzn.com>
Date: 星期三, 05 三月 2025 16:58:12 +0800
Subject: [PATCH] 成品代码,板材巷道高度增加

---
 代码管理/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Inbound/Dt_MesProInOrderDetail.cs |   26 +++++++++++++-------------
 1 files changed, 13 insertions(+), 13 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 a2ae630..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"
@@ -72,30 +72,30 @@
         [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "X浣�")]
         public string XSite { get; set; }
         /// <summary>
+        /// 鍐呭寘閲嶉噺
+        /// </summary>
+        [SugarColumn(IsNullable = false, ColumnDescription = "鍐呭寘閲嶉噺")]
+        public float Weight { 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 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 CustomDateCode { get; set; }
-        /// <summary>
-        /// 鍐呭寘閲嶉噺
-        /// </summary>
-        [SugarColumn(IsNullable = false, ColumnDescription = "鍐呭寘閲嶉噺")]
-        public float Weight { get; set; }
-        /// <summary>
-        /// 宸ヤ綔涓績
-        /// </summary>
-        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "宸ヤ綔涓績")]
-        public string WorkCenter { get; set; }
+        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "鎵规鍙�")]
+        public string LotNumber { get; set; }
         /// <summary>
         /// 鍖呰鏃堕棿
         /// </summary>

--
Gitblit v1.9.3