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; }