1
hutongqing
2024-09-24 a89c018c3afa43a529f9eb54725bc92ed2b996e8
´úÂë¹ÜÀí/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)]