From 913f4af81e7ad477110bfe2ff430163b9225898c Mon Sep 17 00:00:00 2001 From: duyongjia <adu_555@163.com> Date: 星期二, 10 十二月 2024 16:51:16 +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