1
huangxiaoqiang
10 天以前 dda095e27b535d5748340f127c5f83c0d1324226
项目代码/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