duyongjia
2024-12-27 b879053cc8414be35ea60e4c1667039053e3f6e5
项目代码/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);