From b7f53ba61fbc1844d7b92ff852762b140d46ab54 Mon Sep 17 00:00:00 2001
From: huanghongfeng <huanghongfeng@hnkhzn.com>
Date: 星期一, 23 六月 2025 19:58:16 +0800
Subject: [PATCH] 最新

---
 代码管理/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/TaskInfo/Dt_Task_Hty.cs |   54 +++++++++++++++++++++++++++++++++---------------------
 1 files changed, 33 insertions(+), 21 deletions(-)

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/TaskInfo/Dt_Task_Hty.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/TaskInfo/Dt_Task_Hty.cs"
index d9a5c6f..99e5f50 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/TaskInfo/Dt_Task_Hty.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/TaskInfo/Dt_Task_Hty.cs"
@@ -17,7 +17,7 @@
         /// 涓婚敭
         /// </summary>
         [ImporterHeader(Name = "涓婚敭")]
-        [ExporterHeader(DisplayName = "涓婚敭")]
+        [ExporterHeader(DisplayName = "涓婚敭", IsIgnore = true)]
         [SugarColumn(IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "涓婚敭")]
         public int TaskId { get; set; }
 
@@ -25,7 +25,7 @@
         /// 浠诲姟鍙�
         /// </summary>
         [ImporterHeader(Name = "浠诲姟鍙�")]
-        [ExporterHeader(DisplayName = "浠诲姟鍙�")]
+        [ExporterHeader(DisplayName = "浠诲姟鍙�", IsIgnore = false)]
         [SugarColumn(IsNullable = false, ColumnDescription = "浠诲姟鍙�"), SequenceAttirbute(nameof(SequenceEnum.SeqTaskNum), 6000)]
         public int TaskNum { get; set; }
 
@@ -33,7 +33,7 @@
         /// 鎵樼洏缂栧彿
         /// </summary>
         [ImporterHeader(Name = "鎵樼洏缂栧彿")]
-        [ExporterHeader(DisplayName = "鎵樼洏缂栧彿")]
+        [ExporterHeader(DisplayName = "鎵樼洏缂栧彿", IsIgnore = false)]
         [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "鎵樼洏缂栧彿")]
         public string PalletCode { get; set; }
 
@@ -41,7 +41,7 @@
         /// 宸烽亾鍙�
         /// </summary>
         [ImporterHeader(Name = "宸烽亾鍙�")]
-        [ExporterHeader(DisplayName = "宸烽亾鍙�")]
+        [ExporterHeader(DisplayName = "宸烽亾鍙�", IsIgnore = false)]
         [SugarColumn(IsNullable = false, Length = 10, ColumnDescription = "宸烽亾鍙�")]
         public string Roadway { get; set; }
 
@@ -49,7 +49,7 @@
         /// 浠诲姟绫诲瀷
         /// </summary>
         [ImporterHeader(Name = "浠诲姟绫诲瀷")]
-        [ExporterHeader(DisplayName = "浠诲姟绫诲瀷")]
+        [ExporterHeader(DisplayName = "浠诲姟绫诲瀷", IsIgnore = false)]
         [SugarColumn(IsNullable = false, ColumnDescription = "浠诲姟绫诲瀷")]
         public int TaskType { get; set; }
 
@@ -57,7 +57,7 @@
         /// 浠诲姟鐘舵��
         /// </summary>
         [ImporterHeader(Name = "浠诲姟鐘舵��")]
-        [ExporterHeader(DisplayName = "浠诲姟鐘舵��")]
+        [ExporterHeader(DisplayName = "浠诲姟鐘舵��", IsIgnore = false)]
         [SugarColumn(IsNullable = false, ColumnDescription = "浠诲姟鐘舵��")]
         public int TaskStatus { get; set; }
 
@@ -65,7 +65,7 @@
         /// 璧峰鍦板潃
         /// </summary>
         [ImporterHeader(Name = "璧峰鍦板潃")]
-        [ExporterHeader(DisplayName = "璧峰鍦板潃")]
+        [ExporterHeader(DisplayName = "璧峰鍦板潃", IsIgnore = false)]
         [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "璧峰鍦板潃")]
         public string SourceAddress { get; set; }
 
@@ -73,7 +73,7 @@
         /// 鐩爣鍦板潃
         /// </summary>
         [ImporterHeader(Name = "鐩爣鍦板潃")]
-        [ExporterHeader(DisplayName = "鐩爣鍦板潃")]
+        [ExporterHeader(DisplayName = "鐩爣鍦板潃", IsIgnore = false)]
         [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "鐩爣鍦板潃")]
         public string TargetAddress { get; set; }
 
@@ -81,7 +81,7 @@
         /// 褰撳墠浣嶇疆
         /// </summary>
         [ImporterHeader(Name = "褰撳墠浣嶇疆")]
-        [ExporterHeader(DisplayName = "褰撳墠浣嶇疆")]
+        [ExporterHeader(DisplayName = "褰撳墠浣嶇疆", IsIgnore = true)]
         [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "褰撳墠浣嶇疆")]
         public string CurrentAddress { get; set; }
 
@@ -89,7 +89,7 @@
         /// 涓嬩竴鍦板潃
         /// </summary>
         [ImporterHeader(Name = "涓嬩竴鍦板潃")]
-        [ExporterHeader(DisplayName = "涓嬩竴鍦板潃")]
+        [ExporterHeader(DisplayName = "涓嬩竴鍦板潃", IsIgnore = true)]
         [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "涓嬩竴鍦板潃")]
         public string NextAddress { get; set; }
 
@@ -97,7 +97,7 @@
         /// 寮傚父淇℃伅
         /// </summary>
         [ImporterHeader(Name = "鍗曟嵁缂栧彿")]
-        [ExporterHeader(DisplayName = "鍗曟嵁缂栧彿")]
+        [ExporterHeader(DisplayName = "鍗曟嵁缂栧彿", IsIgnore = true)]
         [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "鍗曟嵁缂栧彿")]
         public string? OrderNo { get; set; }
 
@@ -105,10 +105,12 @@
         /// 浼樺厛绾�
         /// </summary>
         [ImporterHeader(Name = "浼樺厛绾�")]
-        [ExporterHeader(DisplayName = "浼樺厛绾�")]
+        [ExporterHeader(DisplayName = "浼樺厛绾�", IsIgnore = true)]
         [SugarColumn(IsNullable = false, ColumnDescription = "浼樺厛绾�")]
         public int Grade { get; set; }
 
+
+        [ExporterHeader(DisplayName = "婧愪富閿�", IsIgnore = true)]
         [SugarColumn(IsNullable = false, DefaultValue = "0", ColumnDescription = "婧愪富閿�")]
         public int SourceKey { get; set; }
 
@@ -116,7 +118,7 @@
         /// 浠诲姟涓嬪彂鏃堕棿
         /// </summary>
         [ImporterHeader(Name = "浠诲姟涓嬪彂鏃堕棿")]
-        [ExporterHeader(DisplayName = "浠诲姟涓嬪彂鏃堕棿")]
+        [ExporterHeader(DisplayName = "浠诲姟涓嬪彂鏃堕棿", IsIgnore = true)]
         [SugarColumn(IsNullable = true, ColumnDescription = "浠诲姟涓嬪彂鏃堕棿")]
         public DateTime? Dispatchertime { get; set; }
 
@@ -124,7 +126,7 @@
         /// 娣卞害
         /// </summary>
         [ImporterHeader(Name = "娣卞害")]
-        [ExporterHeader(DisplayName = "娣卞害")]
+        [ExporterHeader(DisplayName = "娣卞害",IsIgnore = true)]
         [SugarColumn(IsNullable = true, ColumnDescription = "娣卞害")]
         public int Depth { get; set; }
 
@@ -132,21 +134,23 @@
         /// 澶囨敞
         /// </summary>
         [ImporterHeader(Name = "澶囨敞")]
-        [ExporterHeader(DisplayName = "澶囨敞")]
+        [ExporterHeader(DisplayName = "澶囨敞", IsIgnore = false)]
         [SugarColumn(IsNullable = true, Length = 255, ColumnDescription = "澶囨敞")]
         public string Remark { get; set; }
 
+        [ExporterHeader(DisplayName = "婧愪富閿�", IsIgnore = true)]
         [SugarColumn(IsNullable = false, DefaultValue = "0", ColumnDescription = "婧愪富閿�")]
         public int SourceId { get; set; }
 
-        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "澶囨敞")]
+        [ExporterHeader(DisplayName = "瀹屾垚鎯呭喌", IsIgnore = true)]
+        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "瀹屾垚鎯呭喌")]
         public string OperateType {  get; set; }
 
         /// <summary>
         /// 鍒涘缓浜�
         /// </summary>
         [ImporterHeader(Name = "鍒涘缓浜�")]
-        [ExporterHeader(DisplayName = "鍒涘缓浜�")]
+        [ExporterHeader(DisplayName = "鍒涘缓浜�", IsIgnore = false)]
         [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "鍒涘缓浜�")]
         public string Creater { get; set; }
 
@@ -154,7 +158,7 @@
         /// 鍒涘缓鏃堕棿
         /// </summary>
         [ImporterHeader(Name = "鍒涘缓鏃堕棿")]
-        [ExporterHeader(DisplayName = "鍒涘缓鏃堕棿")]
+        [ExporterHeader(DisplayName = "鍒涘缓鏃堕棿", IsIgnore = false)]
         [SugarColumn(IsNullable = false, ColumnDescription = "鍒涘缓鏃堕棿")]
         public DateTime CreateDate { get; set; } = DateTime.Now;
 
@@ -162,7 +166,7 @@
         /// 鏇存柊鑰�
         /// </summary>
         [ImporterHeader(Name = "淇敼浜�")]
-        [ExporterHeader(DisplayName = "淇敼浜�")]
+        [ExporterHeader(DisplayName = "淇敼浜�", IsIgnore = false)]
         [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "淇敼浜�")]
         public string Modifier { get; set; }
 
@@ -170,9 +174,16 @@
         /// 淇敼鏃ユ湡
         /// </summary>
         [ImporterHeader(Name = "淇敼鏃ユ湡")]
-        [ExporterHeader(DisplayName = "淇敼鏃ユ湡")]
+        [ExporterHeader(DisplayName = "淇敼鏃ユ湡", IsIgnore = false)]
         [SugarColumn(IsNullable = true, ColumnDescription = "淇敼鏃ユ湡")]
         public DateTime? ModifyDate { get; set; }
+
+        /// <summary>
+        /// 鐗╂枡绫诲瀷
+        /// </summary>
+        [ExporterHeader(DisplayName = "鐗╂枡绫诲瀷")]
+        [SugarColumn(IsNullable = false, ColumnDescription = "鐗╂枡绫诲瀷")]
+        public int MaterialType { get; set; }
         /// <summary>
         /// 鎵樼洏鏁伴噺
         /// </summary>
@@ -184,8 +195,9 @@
         /// 鍘熸潗鏂欏幓鍚�
         /// </summary>
         [ImporterHeader(Name = "鍘熸潗鏂欏幓鍚�")]
-        [ExporterHeader(DisplayName = "鍘熸潗鏂欏幓鍚�")]
+        [ExporterHeader(DisplayName = "鍘熸潗鏂欏幓鍚�",IsIgnore =false)]
         [SugarColumn(IsNullable = true, ColumnDescription = "鍘熸潗鏂欏幓鍚�")]
         public int PLCTo { get; set; }
+        
     }
 }

--
Gitblit v1.9.3