项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_DTO/Outbound/OutboundOrderAddDTO.cs
@@ -55,6 +55,8 @@ public string warehouseCode { get; set; } public string remark { get; set; } } public class OutboundRequestModel @@ -73,6 +75,8 @@ public int operationType { get; set; } public string lineName { get; set; } public List<OutBoundDetailsModel> details { get; set; } }