duyongjia
2024-11-27 3d07ccb8342a92b32bc8858ecf56d257d6b500c9
代码管理/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; }