duyongjia
2024-12-23 430404d69be9b5d420ad12b9ac087508f1fa2aca
项目代码/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);