1
Huangxiaoqiang-03
2024-10-23 c05003c73bbe527478bccc55efe25c19068b6f50
´úÂë¹ÜÀí/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Basic/Dt_AreaInfo.cs
@@ -30,7 +30,7 @@
        [SugarColumn(IsNullable = false, DefaultValue = "0", ColumnDescription = "区域状态")]
        public int AreaStatus { get; set; }
        [SugarColumn(IsNullable = true, Length = 200, ColumnDescription = "区域描述")]
        [SugarColumn(IsNullable = false, Length = 200, ColumnDescription = "区域描述")]
        public string AreaDes { get; set; }
        [SugarColumn(IsNullable = true, Length = 500, ColumnDescription = "备注")]