| | |
| | | using Microsoft.AspNetCore.Mvc; |
| | | using WIDESEAWCS_Core; |
| | | using WIDESEAWCS_Core.BaseController; |
| | | using WIDESEAWCS_DTO.Telescopic; |
| | | using WIDESEAWCS_ITelescopicService; |
| | | using WIDESEAWCS_IWMSPart; |
| | | using WIDESEAWCS_Model.Models; |
| | |
| | | /// æ¥çæ£ä¿®ç®¡ç |
| | | /// </summary> |
| | | /// <returns></returns> |
| | | <<<<<<< Updated upstream |
| | | [HttpGet,Route("ShowMaintence"),AllowAnonymous] |
| | | public WebResponseContent ShowMaintence() |
| | | { |
| | | return Service.ShowMaintence(); |
| | | ======= |
| | | [HttpPost,Route("ShowMaintence"),AllowAnonymous] |
| | | public WebResponseContent ShowMaintence([FromBody] PaginationDTO pagination) |
| | | { |
| | | return Service.ShowMaintence(pagination); |
| | | >>>>>>> Stashed changes |
| | | } |
| | | |
| | | /// <summary> |
| | |
| | | /// </summary> |
| | | /// <returns></returns> |
| | | [HttpPost, Route("PersonnelMonitoring"), AllowAnonymous] |
| | | <<<<<<< Updated upstream |
| | | public WebResponseContent PersonnelMonitoring(bool ispossible) |
| | | { |
| | | return Service.PersonnelMonitoring(ispossible); |
| | | ======= |
| | | public WebResponseContent PersonnelMonitoring([FromBody] PaginationDTO pagination) |
| | | { |
| | | return Service.PersonnelMonitoring(pagination); |
| | | >>>>>>> Stashed changes |
| | | } |
| | | |
| | | |
| | |
| | | { |
| | | return Service.ChangeTasState(id); |
| | | } |
| | | <<<<<<< Updated upstream |
| | | ======= |
| | | |
| | | |
| | | /// <summary> |
| | | /// æ£ä¿®æä½è®°å½ |
| | | /// </summary> |
| | | /// <returns></returns> |
| | | [HttpPost, Route("MaintenanceOperationRecord"), AllowAnonymous] |
| | | public WebResponseContent MaintenanceOperationRecord([FromBody] PaginationDTO pagination) |
| | | { |
| | | return Service.MaintenanceOperationRecord(pagination); |
| | | } |
| | | >>>>>>> Stashed changes |
| | | } |
| | | } |