From 14aaca9a2e1da2849d602487a52094ee26bbe30a Mon Sep 17 00:00:00 2001 From: duyongjia <adu_555@163.com> Date: 星期二, 03 十二月 2024 13:40:41 +0800 Subject: [PATCH] 生产试运行稳定版本提交 --- 代码管理/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/Basic/Dt_LocationInfo.cs | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/Basic/Dt_LocationInfo.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/Basic/Dt_LocationInfo.cs" index b89e4e5..3c67354 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/Basic/Dt_LocationInfo.cs" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/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(IsNullable = true,ColumnDescription = "鍖哄煙涓婚敭")] + public int AreaId { get; set; }=0; [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "璐т綅缂栧彿")] public string LocationCode { get; set; } @@ -35,7 +35,7 @@ [SugarColumn(IsNullable = false, ColumnDescription = "璐т綅灞�")] public int Layer { get; set; } - [SugarColumn(IsNullable = false, ColumnDescription = "璐т綅娣卞害")] + [SugarColumn(IsNullable = true, ColumnDescription = "璐т綅娣卞害")] public int Depth { get; set; } //[SugarColumn(IsNullable = false, ColumnDescription = "宸︿晶/鍙充晶")] -- Gitblit v1.9.3