| | |
| | | using Microsoft.AspNetCore.Authorization;
|
| | | using Autofac.Core;
|
| | | using Masuit.Tools;
|
| | | using Microsoft.AspNetCore.Authorization;
|
| | | using Microsoft.AspNetCore.Mvc;
|
| | | using WIDESEAWCS_Core;
|
| | | using WIDESEAWCS_Core.BaseController;
|
| | |
| | | {
|
| | | return Service.GetRobotTaskTotalNum(taskType, palletCode);
|
| | | }
|
| | | // 手动机械手任务
|
| | | [HttpGet, HttpPost, Route("CreateRobotTaskManually"), AllowAnonymous]
|
| | | public WebResponseContent CreateRobotTaskManually([FromBody] ManualRobotTaskDto request) |
| | | {
|
| | | return Service.CreateRobotTaskManually(request);
|
| | | }
|
| | | }
|
| | | } |