wms/WMSModel.cs
@@ -131,7 +131,7 @@ /// <summary> /// 容量 /// </summary> public string N_CAPACITY { get; set; } public int N_CAPACITY { get; set; } /// <summary> /// 当前数量 @@ -1118,6 +1118,12 @@ /// 空托任务是否创建 Y/N 默认N /// </summary> public string Status { get; set; } /// <summary> /// 任务号 /// </summary> public string task_no { get; set; } } @@ -1495,5 +1501,13 @@ public List<ZoneLoc> ZoneLocs { get; set; } } /// <summary> /// 出库终点无限制表 /// </summary> [ST("出库终点无限制表")] public class UnlimitedLoc : BaseModel { public string Loc { get; set; } } }