From e3ee006de3ccd8940ad2a600c03675cd2ac5e2cb Mon Sep 17 00:00:00 2001 From: lss <2538410689@qq.com> Date: 星期五, 27 六月 2025 17:38:42 +0800 Subject: [PATCH] 合肥佳通优化 --- HH.WCS.Mobox3/HH.WCS.Mobox3.JiaTong/models/Location.cs | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/HH.WCS.Mobox3/HH.WCS.Mobox3.JiaTong/models/Location.cs b/HH.WCS.Mobox3/HH.WCS.Mobox3.JiaTong/models/Location.cs index 579aa26..8f15153 100644 --- a/HH.WCS.Mobox3/HH.WCS.Mobox3.JiaTong/models/Location.cs +++ b/HH.WCS.Mobox3/HH.WCS.Mobox3.JiaTong/models/Location.cs @@ -8,8 +8,8 @@ /// 璐т綅琛� /// </summary> [SugarTable("TN_Location")] - public class Location : BaseModel { - + public class Location : BaseModel + { public string S_WH_CODE { get; set; }=util.Settings.WHCode; /// <summary> /// 璐т綅缂栫爜 @@ -32,6 +32,7 @@ public DateTime? T_EMPTY_TIME { get; set; } public DateTime? T_FULL_TIME { get; set; } public string S_NOTE { get; set; } + public string S_NOTE1 { get; set; } public int N_LENGTH { get; set; } public int N_WIDTH { get; set; } public int N_HEIGHT { get; set; } -- Gitblit v1.9.1