1
647556386
5 天以前 1963e40fab4e4c8b3597a1853ce5a03264d7897f
项目代码/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; }
    }
}