From 41a5531dc31a642623f0a7a766fbe9c256ba9247 Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期二, 11 二月 2025 13:53:29 +0800
Subject: [PATCH] 优化WMS前端
---
项目代码/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/System/Sys_Dictionary.cs | 16 +---------------
1 files changed, 1 insertions(+), 15 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/System/Sys_Dictionary.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/System/Sys_Dictionary.cs"
index ea9724b..fb358b0 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/System/Sys_Dictionary.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/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