| | |
| | | 锘縰sing Microsoft.AspNetCore.Http; |
| | | 锘縰sing Microsoft.AspNetCore.Authorization; |
| | | using Microsoft.AspNetCore.Http; |
| | | using Microsoft.AspNetCore.Mvc; |
| | | using WIDESEAWCS_Core; |
| | | using WIDESEAWCS_Core.BaseController; |
| | | using WIDESEAWCS_DTO.Telescopic; |
| | | using WIDESEAWCS_ITelescopicService; |
| | |
| | | { |
| | | public MaintenanceTeamController(IMaintenanceService service) : base(service) |
| | | { |
| | | <<<<<<< Updated upstream |
| | | ======= |
| | | |
| | | |
| | | } |
| | | |
| | |
| | | [HttpPost, Route("MaintenanceSettingRecord"), AllowAnonymous] |
| | | public WebResponseContent MaintenanceSettingRecord([FromBody] PaginationDTO pagination ) |
| | | { |
| | | return Service.MaintenanceSettingRecord(pagination); |
| | | >>>>>>> Stashed changes |
| | | return Service.MaintenanceOperationRecord(pagination); |
| | | |
| | | } |
| | | } |
| | | } |