1
hutongqing
2024-08-30 2cc4dfef234b47bef364edf798b5051a25f33217
WIDESEAWCS_Server/WIDESEAWCS_Model/Models/System/Sys_Role.cs
@@ -21,7 +21,7 @@
        /// <summary>
        /// 部门名称
        /// </summary>
        [SugarColumn(IsNullable = true,IsIgnore = true, Length = 50, ColumnDescription = "部门名称")]
        [SugarColumn(IsNullable = true, IsIgnore = true, Length = 50, ColumnDescription = "部门名称")]
        public string DeptName { get; set; }
        /// <summary>