From 18ef8c37e6290ba6f47cbd5bbd26e56a682d767e Mon Sep 17 00:00:00 2001
From: yanjinhui <3306209981@qq.com>
Date: 星期一, 29 九月 2025 16:34:15 +0800
Subject: [PATCH] 1
---
代码管理/WIDESEA_WMSServer/WIDESEA_Model/Models/SquareCabin/Dt_ErrorLog.cs | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_Model/Models/SquareCabin/Dt_ErrorLog.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_Model/Models/SquareCabin/Dt_ErrorLog.cs"
index 7936477..b4f0b5e 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_Model/Models/SquareCabin/Dt_ErrorLog.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_Model/Models/SquareCabin/Dt_ErrorLog.cs"
@@ -8,24 +8,24 @@
//namespace WIDESEA_Model.Models.SquareCabin
//{
-// [SugarTable("ErrorLog1","鏃ュ織鎶ラ敊琛紝瀹屾垚涓�涓帴鍙f姤閿欑殑鏃跺�欙紝瀹炴椂缁欎笉闇�瑕佸缓琛�")]
-// public class Dt_ErrorLog:BaseEntity
+// [SugarTable("ErrorLog1", "鏃ュ織鎶ラ敊琛紝瀹屾垚涓�涓帴鍙f姤閿欑殑鏃跺�欙紝瀹炴椂缁欎笉闇�瑕佸缓琛�")]
+// public class Dt_ErrorLog : BaseEntity
// {
// [SugarColumn(IsPrimaryKey = true, IsIdentity = true)]
// public int Id { get; set; }
// [SugarColumn(IsNullable = true, Length = 2, ColumnDescription = "涓氬姟绫诲瀷(1鍏ュ簱鍗�,2鍏ュ簱瀹屾垚,3鍑哄簱鍗�,4鍑哄簱瀹屾垚,5鑽搧鍩虹,6渚涘簲鍟�,7瀹㈡埛,8搴撳瓨鏌ヨ)")]
-// public string Type { get; set; }
+// public string Type { get; set; }
// [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "鍏抽敭缂栫爜/鍗曞彿锛岃褰曟帴鍙e叧閿瓧娈�")]
-// public string Code { get; set; }
+// public string Code { get; set; }
-// [SugarColumn(IsNullable =true,Length =200,ColumnDescription = "寮傚父淇℃伅")]
-// public string Message { get; set; }
+// [SugarColumn(IsNullable = true, Length = 200, ColumnDescription = "寮傚父淇℃伅")]
+// public string Message { get; set; }
// [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "澶囨敞")]
// public string Remark { get; set; }
-
+
// }
//}
--
Gitblit v1.9.3