HIAWms/server/src/CMS.Plugin.HIAWms/Controller/WmsTaskController.cs
@@ -220,5 +220,17 @@ { await _wmsTaskAppService.ChangeTaskToPlaceAsync(input); } /// <summary> /// 获取需要执行的堆垛机任务 /// </summary> /// <param name="input"></param> /// <returns></returns> [HttpPost] [Route("ToExecuteTask")] public async Task<WmsTaskDto> GetToExecuteTaskAsync(QueryTaskTypeInput input) { return await _wmsTaskAppService.GetToExecuteTaskAsync(input); } } }