From c362218b8ef0af6402d3715fbed040ac1cbe0433 Mon Sep 17 00:00:00 2001
From: duyongjia <adu_555@163.com>
Date: 星期五, 29 十一月 2024 14:32:18 +0800
Subject: [PATCH] 最新上传

---
 代码管理/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/Basic/Dt_LocationInfo.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 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 07e8613..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,7 +14,7 @@
         [SugarColumn(IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "涓婚敭")]
         public int Id { get; set; }
 
-        [SugarColumn(ColumnDescription = "鍖哄煙涓婚敭")]
+        [SugarColumn(IsNullable = true,ColumnDescription = "鍖哄煙涓婚敭")]
         public int AreaId {  get; set; }=0;
 
         [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "璐т綅缂栧彿")]
@@ -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