1
hutongqing
2024-09-24 a89c018c3afa43a529f9eb54725bc92ed2b996e8
´úÂë¹ÜÀí/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 = "区域描述")]