duyongjia
2024-11-26 0c0ac28fc5784ac64612811c65be7dca8318d8c6
代码管理/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; }