WMS/WIDESEA_WMSServer/WIDESEA_Common/InventoryAllocate.cs
@@ -62,7 +62,7 @@ /// <summary> /// LPN号 /// </summary> public string LPN_No { get; set; } public string LPNNo { get; set; } /// <summary> /// 物料编码 /// </summary> @@ -83,6 +83,8 @@ /// 库位 /// </summary> public string LocationName { get; set; } public List<string> LabelList=new List<string>(); } }