项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs
@@ -45,6 +45,9 @@ Task<WebResponseContent> TaskCompleted(string taskNum); Task<WebResponseContent> GenerateOutboundTasksAsync(int[] keys, string outStation); WebResponseContent GenerateOutboundTask(int orderDetailId, List<StockSelectViewDTO> stockSelectViews); } }