heshaofeng
6 天以前 cd44f1223ccf40a2b6f0788dbcd24ff7cd8f0eef
项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_DTO/Task/WMSTaskDTO.cs
@@ -72,4 +72,24 @@
        public int PalletType { get; set; }
    }
    public class GenerateOutboundTasksDto
    {
        public string outboundPlatform { get; set; }
        public int[] taskIds { get; set; }
    }
    public class GenerateOutboundBatchTasksDto
    {
        public string orderNo { get; set; }
        public int orderDetailId { get; set; }
        public decimal batchQuantity { get; set; }
        public string outboundPlatform { get; set; }
    }
}