1
hutongqing
2024-10-18 e2a05a6c91f1b94bef8ecea7de7bf149d7e77c89
´úÂë¹ÜÀí/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Basic/Dt_AreaInfo.cs
@@ -5,6 +5,7 @@
using System.Text;
using System.Threading.Tasks;
using WIDESEA_Core.DB.Models;
using WIDESEA_Core.Enums;
namespace WIDESEA_Model.Models
{
@@ -23,10 +24,10 @@
        [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "区域名称")]
        public string AreaName { get; set; }
        [SugarColumn(IsNullable = false, ColumnDescription = "区域类型")]
        [SugarColumn(IsNullable = false, DefaultValue = "0", ColumnDescription = "区域类型")]
        public int AreaType { get; set; }
        [SugarColumn(IsNullable = false, ColumnDescription = "区域状态")]
        [SugarColumn(IsNullable = false, DefaultValue = "0", ColumnDescription = "区域状态")]
        public int AreaStatus { get; set; }
        [SugarColumn(IsNullable = true, Length = 200, ColumnDescription = "区域描述")]