1
duyongjia
2024-11-27 a412102dd4a01c57cd8a239978426525135d6916
代码管理/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/Basic/Dt_LocationInfo.cs
@@ -14,8 +14,8 @@
        [SugarColumn(IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "涓婚敭")]
        public int Id { get; set; }
        [SugarColumn(IsNullable = false, ColumnDescription = "鍖哄煙涓婚敭")]
        public int AreaId {  get; set; }
        [SugarColumn(ColumnDescription = "鍖哄煙涓婚敭")]
        public int AreaId {  get; set; }=0;
        [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "璐т綅缂栧彿")]
        public string LocationCode {  get; set; }