1
duyongjia
2024-11-27 52267b084f6ceec3ffe3a0f50ac8b8a537bf8405
代码管理/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; }