项目代码/WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs
@@ -38,6 +38,7 @@ WebResponseContent GenerateInboundTask(string stationCode, int taskType, string palletCode); WebResponseContent PalletInboundRequest(string stationCode, string palletCode); WebResponseContent InboundRequest(string stationCode, string palletCode); WebResponseContent ReturnInboundRequest(string stationCode, string palletCode); WebResponseContent TaskCompleted(int taskNum); WebResponseContent TaskCancel(int taskNum); WebResponseContent UpdateTaskStatus(int taskNum);