From a89c018c3afa43a529f9eb54725bc92ed2b996e8 Mon Sep 17 00:00:00 2001
From: hutongqing <hutongqing@hnkhzn.com>
Date: 星期二, 24 九月 2024 15:04:45 +0800
Subject: [PATCH] 1

---
 代码管理/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/System/Sys_Dictionary.cs |   16 +---------------
 1 files changed, 1 insertions(+), 15 deletions(-)

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/System/Sys_Dictionary.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/System/Sys_Dictionary.cs"
index ea9724b..fb358b0 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/System/Sys_Dictionary.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/System/Sys_Dictionary.cs"
@@ -26,18 +26,11 @@
         public string Config { get; set; }
 
         /// <summary>
-        /// 鏁版嵁搴撴湇鍔�
-        /// </summary>
-        [ExporterHeader(DisplayName = "鏁版嵁搴撴湇鍔�")]
-        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "鏁版嵁搴撴湇鍔�")]
-        public string DBServer { get; set; }
-
-        /// <summary>
         /// Sql璇彞
         /// </summary>
         [ExporterHeader(DisplayName = "Sql璇彞")]
         [SugarColumn(IsNullable = true, Length = 500, ColumnDescription = "Sql璇彞")]
-        public string DBSql { get; set; }
+        public string Sql { get; set; }
 
         /// <summary>
         /// 瀛楀吀鍚嶇О
@@ -80,13 +73,6 @@
         [ExporterHeader(DisplayName = "澶囨敞")]
         [SugarColumn(IsNullable = true, Length = 2000, ColumnDescription = "澶囨敞")]
         public string Remark { get; set; }
-
-        /// <summary>
-        /// 绯荤粺绫诲瀷
-        /// </summary>
-        [ExporterHeader(DisplayName = "绯荤粺绫诲瀷")]
-        [SugarColumn(IsNullable = false, ColumnDescription = "绯荤粺绫诲瀷")]
-        public int SystemType { get; set; }
 
         [ExporterHeader(IsIgnore = true)]
         [Navigate(NavigateType.OneToMany, nameof(DicId),nameof(DicId)), SugarColumn(IsIgnore = true, IsNullable = true)]

--
Gitblit v1.9.3