helongyang
2026-03-31 8fcd7a67e4391a5f1fbdb590c2a3f913aeb2a0a0
代码管理/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskInfo/TaskController.cs
@@ -429,5 +429,16 @@
        {
            return await Service.TaskHandCancel(taskNum);
        }
        /// <summary>
        /// PP鐢宠鍏ュ簱浠诲姟
        /// </summary>
        /// <param name="saveModel"></param>
        /// <returns></returns>
        [HttpPost, HttpGet, Route("PPPKRequestInboundTask"), AllowAnonymous]
        public WebResponseContent PPPKRequestInboundTask([FromBody] SaveModel saveModel)
        {
            return Service.PPPKRequestInboundTask(saveModel);
        }
    }
}