dengjunjie
2025-06-09 217a65fe8eb2612b7d61e9ce5f450e76bfc318f6
´úÂë¹ÜÀí/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 = "备注")]