1
huangxiaoqiang
116 分钟以前 a296223898d61a9838bbd35ed75c87575e308a36
项目代码/WMS/WIDESEA_WMSServer/WIDESEA_DTO/Stock/GenerateOutTaskDto.cs
@@ -9,12 +9,14 @@
    public class GenerateOutTaskDto
    {
        public int orderId { get; set; }
        public List<int> orderIds { get; set; }
        public List<StockSelectViewDTO> stockViews { get; set; }
        public string TargetAddress { get; set; }
        public int AreaId { get; set; }
        public string AreaId { get; set; }
        public string Warehouse { get; set; }
    }
    public class StockViewDTO