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