WMS/WIDESEA_WMSServer/WIDESEA_Common/HouseInbound.cs
@@ -66,6 +66,11 @@ /// 物料规格 /// </summary> public string MaterieSpec { get; set; } /// <summary> /// 物料类型 /// </summary> public int MaterielType { get; set; } /// <summary> /// 批次号 /// </summary> @@ -78,6 +83,10 @@ /// 供应商批次 /// </summary> public string SupplierBatch { get; set; } /// <summary> /// WMS源库位 /// </summary> public string OrinalLocation { get; set; } public List<BoxList> BoxList { get; set; } }