pan
2025-12-03 aa955bd69cacf6c83a33b4b8577d4e33ff0af026
项目代码/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; }
    }
}