代码管理/WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs
@@ -38,6 +38,8 @@ WebResponseContent GenerateInboundTask(string stationCode, int taskType, string palletCode); WebResponseContent TaskCompleted(int taskNum); WebResponseContent TaskCancel(int taskNum); WebResponseContent UpdateTaskStatus(int taskNum); WebResponseContent GenerateOutboundTask(int orderDetailId, List<StockSelectViewDTO> stockSelectViews); @@ -48,5 +50,6 @@ WebResponseContent CallMateriel(string endPoint); WebResponseContent MaterielCarry(string startPoint); WebResponseContent GetTaskInfo(); } }