wangxinhui
2 天以前 011ca316e6ec2ed93e31c45a9ebd9d3c66664871
项目代码/WCS/WCSServices/WIDESEAWCS_Server/Controllers/Task/PackaxisTaskController.cs
@@ -24,8 +24,6 @@
        {
            return Service.TaskCompleted(taskNum);
        }
<<<<<<< HEAD
=======
        [HttpPost, Route("PickaixsTaskDele")]
        public WebResponseContent PickaixsTaskDele(int PackTaskNum)
@@ -33,6 +31,5 @@
            return Service.PickaixsTaskDele(PackTaskNum);
        }
>>>>>>> main
    }
}