文件名从 项目代码/WIDESEAWCS_Server 正式/WIDESEAWCS_Server/Controllers/BasicInfo/ProcessController.cs 修改 |
| | |
| | | 锘縰sing System.Diagnostics; |
| | | using Microsoft.AspNetCore.Authorization; |
| | | 锘縰sing Microsoft.AspNetCore.Authorization; |
| | | using Microsoft.AspNetCore.Http; |
| | | using Microsoft.AspNetCore.Mvc; |
| | | using WIDESEAWCS_Core; |
| | |
| | | using WIDESEAWCS_DTO.TaskInfo; |
| | | using WIDESEAWCS_ITaskInfoService; |
| | | using WIDESEAWCS_Model.Models; |
| | | using WIDESEAWCS_Model.Models.SerialPort; |
| | | |
| | | namespace WIDESEAWCS_Server.Controllers.Task |
| | | |
| | | namespace WIDESEAWCS_Server.Controllers.SerialPort |
| | | { |
| | | [Route("api/[controller]")] |
| | | [ApiController] |
| | |
| | | { |
| | | |
| | | } |
| | | [HttpGet, Route("GetProcess"), AllowAnonymous] |
| | | public WebResponseContent GetProcess(string gruop) |
| | | { |
| | | return Service.GetProcess(gruop); |
| | | } |
| | | |
| | | |
| | | } |