WMS/WIDESEA_WMSServer/WIDESEA_Common/HouseInbound.cs
@@ -34,6 +34,10 @@ public string InoutType { get; set; } /// <summary> /// 推单系统 /// </summary> public string System { get; set; } /// <summary> /// 入库单明细 /// </summary> public List<DetailList> DetailList { get; set; } @@ -70,5 +74,9 @@ /// 单据数量 /// </summary> public decimal OrderQuantity { get; set; } /// <summary> /// 供应商批次 /// </summary> public string SupplierBatch { get; set; } } }