| | |
| | | /// æ¥çæ£ä¿®ç®¡ç |
| | | /// </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 |
| | | } |
| | | |
| | | |
| | |
| | | /// <param name="id"></param> |
| | | /// <returns></returns> |
| | | [HttpPost,Route("RunOperation"), AllowAnonymous] |
| | | public WebResponseContent RunOperation(int id) |
| | | public WebResponseContent RunOperation(int id, string ispossible) |
| | | { |
| | | return Service.RunOperation(id); |
| | | return Service.RunOperation(id,ispossible); |
| | | } |
| | | |
| | | /// <summary> |
| | |
| | | { |
| | | return Service.ChangeTasState(id); |
| | | } |
| | | <<<<<<< Updated upstream |
| | | ======= |
| | | |
| | | |
| | | /// <summary> |
| | |
| | | { |
| | | return Service.MaintenanceOperationRecord(pagination); |
| | | } |
| | | >>>>>>> Stashed changes |
| | | } |
| | | } |