From b2b779905bc8a71b52d0e14f91652309d9279878 Mon Sep 17 00:00:00 2001
From: wangxinhui <wangxinhui@hnkhzn.com>
Date: 星期二, 03 二月 2026 14:37:38 +0800
Subject: [PATCH] 一堆逻辑修改

---
 项目代码/WMS/WMSServices/WIDESEA_Model/Models/TaskInfo/Dt_Task.cs |   25 +++++++++++++++++++++++--
 1 files changed, 23 insertions(+), 2 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_Model/Models/TaskInfo/Dt_Task.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_Model/Models/TaskInfo/Dt_Task.cs"
index c142a6f..d4ac250 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_Model/Models/TaskInfo/Dt_Task.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_Model/Models/TaskInfo/Dt_Task.cs"
@@ -124,7 +124,7 @@
         /// </summary>
         [ImporterHeader(Name = "鍗曟嵁缂栧彿")]
         [ExporterHeader(DisplayName = "鍗曟嵁缂栧彿")]
-        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "鍗曟嵁缂栧彿")]
+        [SugarColumn(IsNullable = true, Length = 100, ColumnDescription = "鍗曟嵁缂栧彿")]
         public string? OrderNo { get; set; }
 
         /// <summary>
@@ -142,6 +142,7 @@
         [ExporterHeader(DisplayName = "浠诲姟涓嬪彂鏃堕棿")]
         [SugarColumn(IsNullable = true, ColumnDescription = "浠诲姟涓嬪彂鏃堕棿")]
         public DateTime? Dispatchertime { get; set; }
+
         /// <summary>
         /// 浠诲姟缁�
         /// </summary>
@@ -149,6 +150,7 @@
         [ExporterHeader(DisplayName = "浠诲姟缁�")]
         [SugarColumn(IsNullable = true, ColumnDescription = "浠诲姟缁�")]
         public string GroupId { get; set; }
+
         /// <summary>
         /// 浠诲姟鐗╂枡闀垮害
         /// </summary>
@@ -156,6 +158,7 @@
         [ExporterHeader(DisplayName = "浠诲姟鐗╂枡闀垮害")]
         [SugarColumn(IsNullable = true, ColumnDescription = "浠诲姟鐗╂枡闀垮害")]
         public int TaskLength { get; set; }
+
         /// <summary>
         /// 澶囨敞
         /// </summary>
@@ -163,6 +166,7 @@
         [ExporterHeader(DisplayName = "澶囨敞")]
         [SugarColumn(IsNullable = true, Length = 255, ColumnDescription = "澶囨敞")]
         public string Remark { get; set; }
+
         /// <summary>
         /// 鐗╂枡缂栧彿
         /// </summary>
@@ -170,12 +174,29 @@
         [ExporterHeader(DisplayName = "鐗╂枡缂栧彿")]
         [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "鐗╂枡缂栧彿")]
         public string MaterielCode { get; set; }
+
+        /// <summary>
+        /// 鍔犲伐涓績缂栫爜
+        /// </summary>
+        [ImporterHeader(Name = "鍔犲伐涓績缂栫爜")]
+        [ExporterHeader(DisplayName = "鍔犲伐涓績缂栫爜")]
+        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "鍔犲伐涓績缂栫爜")]
+        public string WorkCentreCode { get; set; }
+
+        /// <summary>
+        /// MES璁″垝Id
+        /// </summary>
+        [ImporterHeader(Name = "MES璁″垝Id")]
+        [ExporterHeader(DisplayName = "MES璁″垝Id")]
+        [SugarColumn(IsNullable = true, ColumnDescription = "MES璁″垝Id")]
+        public int DispatchPlanId { get; set; }
+
         /// <summary>
         /// 鐗╂枡鏁伴噺
         /// </summary>
         [ImporterHeader(Name = "鐗╂枡鏁伴噺")]
         [ExporterHeader(DisplayName = "鐗╂枡鏁伴噺")]
-        [SugarColumn(IsNullable = true, Length = 20, ColumnDescription = "鐗╂枡鏁伴噺")]
+        [SugarColumn(IsNullable = true, ColumnDescription = "鐗╂枡鏁伴噺")]
         public decimal Quantity { get; set; }
     }
 }

--
Gitblit v1.9.3