项目代码/WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs
@@ -36,7 +36,8 @@ ITaskRepository Repository { get; } WebResponseContent GenerateInboundTask(string stationCode, int taskType, string palletCode); WebResponseContent PalletInboundRequest(string stationCode, string palletCode); WebResponseContent InboundRequest(string stationCode, string palletCode); WebResponseContent TaskCompleted(int taskNum); WebResponseContent TaskCancel(int taskNum); WebResponseContent UpdateTaskStatus(int taskNum);