From f49fa4b5027cfdc27b429985d023e8002abcca2e Mon Sep 17 00:00:00 2001
From: huanghongfeng <huanghongfeng@hnkhzn.com>
Date: 星期三, 05 十一月 2025 23:54:12 +0800
Subject: [PATCH] 1
---
代码管理/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/TaskInfo/Dt_Task_Hty.cs | 30 +++++++++++++++---------------
1 files changed, 15 insertions(+), 15 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 ec56280..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"
@@ -25,7 +25,7 @@
/// 浠诲姟鍙�
/// </summary>
[ImporterHeader(Name = "浠诲姟鍙�")]
- [ExporterHeader(DisplayName = "浠诲姟鍙�", IsIgnore = true)]
+ [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 = "鎵樼洏缂栧彿", IsIgnore = true)]
+ [ExporterHeader(DisplayName = "鎵樼洏缂栧彿", IsIgnore = false)]
[SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "鎵樼洏缂栧彿")]
public string PalletCode { get; set; }
@@ -41,7 +41,7 @@
/// 宸烽亾鍙�
/// </summary>
[ImporterHeader(Name = "宸烽亾鍙�")]
- [ExporterHeader(DisplayName = "宸烽亾鍙�", IsIgnore = true)]
+ [ExporterHeader(DisplayName = "宸烽亾鍙�", IsIgnore = false)]
[SugarColumn(IsNullable = false, Length = 10, ColumnDescription = "宸烽亾鍙�")]
public string Roadway { get; set; }
@@ -49,7 +49,7 @@
/// 浠诲姟绫诲瀷
/// </summary>
[ImporterHeader(Name = "浠诲姟绫诲瀷")]
- [ExporterHeader(DisplayName = "浠诲姟绫诲瀷", IsIgnore = true)]
+ [ExporterHeader(DisplayName = "浠诲姟绫诲瀷", IsIgnore = false)]
[SugarColumn(IsNullable = false, ColumnDescription = "浠诲姟绫诲瀷")]
public int TaskType { get; set; }
@@ -57,7 +57,7 @@
/// 浠诲姟鐘舵��
/// </summary>
[ImporterHeader(Name = "浠诲姟鐘舵��")]
- [ExporterHeader(DisplayName = "浠诲姟鐘舵��", IsIgnore = true)]
+ [ExporterHeader(DisplayName = "浠诲姟鐘舵��", IsIgnore = false)]
[SugarColumn(IsNullable = false, ColumnDescription = "浠诲姟鐘舵��")]
public int TaskStatus { get; set; }
@@ -65,7 +65,7 @@
/// 璧峰鍦板潃
/// </summary>
[ImporterHeader(Name = "璧峰鍦板潃")]
- [ExporterHeader(DisplayName = "璧峰鍦板潃", IsIgnore = true)]
+ [ExporterHeader(DisplayName = "璧峰鍦板潃", IsIgnore = false)]
[SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "璧峰鍦板潃")]
public string SourceAddress { get; set; }
@@ -73,7 +73,7 @@
/// 鐩爣鍦板潃
/// </summary>
[ImporterHeader(Name = "鐩爣鍦板潃")]
- [ExporterHeader(DisplayName = "鐩爣鍦板潃", IsIgnore = true)]
+ [ExporterHeader(DisplayName = "鐩爣鍦板潃", IsIgnore = false)]
[SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "鐩爣鍦板潃")]
public string TargetAddress { get; set; }
@@ -134,7 +134,7 @@
/// 澶囨敞
/// </summary>
[ImporterHeader(Name = "澶囨敞")]
- [ExporterHeader(DisplayName = "澶囨敞", IsIgnore = true)]
+ [ExporterHeader(DisplayName = "澶囨敞", IsIgnore = false)]
[SugarColumn(IsNullable = true, Length = 255, ColumnDescription = "澶囨敞")]
public string Remark { get; set; }
@@ -142,15 +142,15 @@
[SugarColumn(IsNullable = false, DefaultValue = "0", ColumnDescription = "婧愪富閿�")]
public int SourceId { get; set; }
- [ExporterHeader(DisplayName = "澶囨敞", IsIgnore = true)]
- [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 = "鍒涘缓浜�", IsIgnore = true)]
+ [ExporterHeader(DisplayName = "鍒涘缓浜�", IsIgnore = false)]
[SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "鍒涘缓浜�")]
public string Creater { get; set; }
@@ -158,7 +158,7 @@
/// 鍒涘缓鏃堕棿
/// </summary>
[ImporterHeader(Name = "鍒涘缓鏃堕棿")]
- [ExporterHeader(DisplayName = "鍒涘缓鏃堕棿", IsIgnore = true)]
+ [ExporterHeader(DisplayName = "鍒涘缓鏃堕棿", IsIgnore = false)]
[SugarColumn(IsNullable = false, ColumnDescription = "鍒涘缓鏃堕棿")]
public DateTime CreateDate { get; set; } = DateTime.Now;
@@ -166,7 +166,7 @@
/// 鏇存柊鑰�
/// </summary>
[ImporterHeader(Name = "淇敼浜�")]
- [ExporterHeader(DisplayName = "淇敼浜�", IsIgnore = true)]
+ [ExporterHeader(DisplayName = "淇敼浜�", IsIgnore = false)]
[SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "淇敼浜�")]
public string Modifier { get; set; }
@@ -174,7 +174,7 @@
/// 淇敼鏃ユ湡
/// </summary>
[ImporterHeader(Name = "淇敼鏃ユ湡")]
- [ExporterHeader(DisplayName = "淇敼鏃ユ湡", IsIgnore = true)]
+ [ExporterHeader(DisplayName = "淇敼鏃ユ湡", IsIgnore = false)]
[SugarColumn(IsNullable = true, ColumnDescription = "淇敼鏃ユ湡")]
public DateTime? ModifyDate { get; set; }
@@ -195,7 +195,7 @@
/// 鍘熸潗鏂欏幓鍚�
/// </summary>
[ImporterHeader(Name = "鍘熸潗鏂欏幓鍚�")]
- [ExporterHeader(DisplayName = "鍘熸潗鏂欏幓鍚�",IsIgnore =true)]
+ [ExporterHeader(DisplayName = "鍘熸潗鏂欏幓鍚�",IsIgnore =false)]
[SugarColumn(IsNullable = true, ColumnDescription = "鍘熸潗鏂欏幓鍚�")]
public int PLCTo { get; set; }
--
Gitblit v1.9.3