wangxinhui
2026-03-31 7803a1f8d35c9b80ae07f14c60f871a74a5aebd6
项目代码/WCS/WCSServices/WIDESEAWCS_Server/Controllers/Task/PackaxisTaskController.cs
@@ -24,5 +24,12 @@
        {
            return Service.TaskCompleted(taskNum);
        }
        [HttpPost, Route("PickaixsTaskDele")]
        public WebResponseContent PickaixsTaskDele(int PackTaskNum)
        {
            return Service.PickaixsTaskDele(PackTaskNum);
        }
    }
}