From 504404beedd006d029bb44fe2290aba649795229 Mon Sep 17 00:00:00 2001
From: huanghongfeng <huanghongfeng@hnkhzn.com>
Date: 星期日, 01 十二月 2024 19:53:39 +0800
Subject: [PATCH] 1

---
 代码管理/WMS/WIDESEA_WMSServer/WIDESEA_Core/DB/Models/BaseEntity.cs |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_Core/DB/Models/BaseEntity.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_Core/DB/Models/BaseEntity.cs"
index 7136886..38e4c76 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_Core/DB/Models/BaseEntity.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_Core/DB/Models/BaseEntity.cs"
@@ -39,7 +39,7 @@
         /// 鍒涘缓鑰�
         /// </summary>
         [ImporterHeader(Name = "鍒涘缓鑰�")]
-        [ExporterHeader(DisplayName = "鍒涘缓鑰�")]
+        [ExporterHeader(IsIgnore = true)]
         [SugarColumn(IsNullable = false, Length = 50, IsOnlyIgnoreUpdate = true, ColumnDescription = "鍒涘缓鑰�")]
         public string Creater { get; set; }
 
@@ -47,7 +47,7 @@
         /// 鍒涘缓鏃堕棿
         /// </summary>
         [ImporterHeader(Name = "鍒涘缓鏃堕棿")]
-        [ExporterHeader(DisplayName = "鍒涘缓鏃堕棿")]
+        [ExporterHeader(IsIgnore = true)]
         [SugarColumn(IsNullable = false, IsOnlyIgnoreUpdate = true, ColumnDescription = "鍒涘缓鏃堕棿")]
         public DateTime CreateDate { get; set; } = DateTime.Now;
 
@@ -59,7 +59,7 @@
         /// 鏇存柊鑰�
         /// </summary>
         [ImporterHeader(Name = "淇敼浜�")]
-        [ExporterHeader(DisplayName = "淇敼浜�")]
+        [ExporterHeader(IsIgnore = true)]
         [SugarColumn(IsNullable = true, Length = 50, IsOnlyIgnoreInsert = true, ColumnDescription = "淇敼浜�")]
         public string Modifier { get; set; }
 
@@ -67,7 +67,7 @@
         /// 淇敼鏃ユ湡
         /// </summary>
         [ImporterHeader(Name = "淇敼鏃ユ湡")]
-        [ExporterHeader(DisplayName = "淇敼鏃ユ湡")]
+        [ExporterHeader(IsIgnore = true)]
         [SugarColumn(IsNullable = true, IsOnlyIgnoreInsert = true, ColumnDescription = "淇敼鏃ユ湡")]
         public DateTime? ModifyDate { get; set; }
 

--
Gitblit v1.9.3