| | |
| | | using Microsoft.AspNetCore.Mvc; |
| | | using WIDESEAWCS_Core; |
| | | using WIDESEAWCS_Core.BaseController; |
| | | using WIDESEAWCS_DTO.SerialPort; |
| | | using WIDESEAWCS_DTO.TaskInfo; |
| | | using WIDESEAWCS_ITaskInfoService; |
| | | using WIDESEAWCS_Model.Models; |
| | |
| | | { |
| | | } |
| | | |
| | | [HttpPost,Route("Checkvalue"), AllowAnonymous] |
| | | public WebResponseContent Checkvalue([FromBody]GetTorDTO getTorDTO) |
| | | { |
| | | return Service.Checkvalue(getTorDTO); |
| | | } |
| | | |
| | | [HttpPost, Route("AddTorqueOp"), AllowAnonymous] |
| | | public WebResponseContent AddTorqueOp([FromBody] Dt_TorqueOp torqueOp) |
| | | { |
| | | return Service.AddTorqueOp(torqueOp); |
| | | } |
| | | |
| | | } |
| | | } |