From 0e450768c357b45701a2e5ed162f4e93b3dd617c Mon Sep 17 00:00:00 2001
From: zhangchengsong <zhangchengsong@hnkhzn.com>
Date: 星期三, 15 四月 2026 20:53:24 +0800
Subject: [PATCH] 最新
---
项目代码/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/TaskInfo/Dt_Task_hty.cs | 21 +++++++++++++++++++--
1 files changed, 19 insertions(+), 2 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/TaskInfo/Dt_Task_hty.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/TaskInfo/Dt_Task_hty.cs"
index 9b62a0b..075f31d 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/TaskInfo/Dt_Task_hty.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/TaskInfo/Dt_Task_hty.cs"
@@ -27,7 +27,7 @@
namespace WIDESEAWCS_Model.Models
{
[SugarTable(nameof(Dt_Task_hty), "浠诲姟淇℃伅")]
- public class Dt_Task_hty : BaseEntity
+ public class Dt_Task_hty
{
/// <summary>
/// 涓婚敭
@@ -153,7 +153,7 @@
/// </summary>
[ImporterHeader(Name = "澶囩敤瀛楁")]
[ExporterHeader(DisplayName = "澶囩敤")]
- [SugarColumn(IsNullable = false, ColumnDescription = "澶囩敤")]
+ [SugarColumn(IsNullable = true, ColumnDescription = "澶囩敤")]
public string PalletCodequantity { get; set; }
/// <summary>
/// 涓婃父浠诲姟缂栧彿
@@ -169,5 +169,22 @@
[ExporterHeader(DisplayName = "璁惧uid")]
[SugarColumn(IsNullable = false, ColumnDescription = "璁惧uid")]
public string deviceuuid { get; set; }
+
+ [ImporterHeader(IsIgnore = true)]
+ [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "鍒涘缓鑰�")]
+ public string Creater { get; set; }
+
+ [ImporterHeader(IsIgnore = true)]
+ [SugarColumn(IsNullable = false, ColumnDescription = "鍒涘缓鏃堕棿")]
+ public DateTime CreateDate { get; set; } = DateTime.Now;
+
+
+ [ImporterHeader(IsIgnore = true)]
+ [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "淇敼浜�")]
+ public string Modifier { get; set; }
+
+ [ImporterHeader(IsIgnore = true)]
+ [SugarColumn(IsNullable = true, ColumnDescription = "淇敼鏃ユ湡")]
+ public DateTime? ModifyDate { get; set; }
}
}
--
Gitblit v1.9.3