| | |
| | | */ |
| | | @PreAuthorize("@ss.hasPermi('app:appPatrolplan:list')") |
| | | @GetMapping("/list") |
| | | @ApiOperation("查询全部巡检列表") |
| | | @ApiOperation("查询全部巡检列表及搜索筛选") |
| | | public Results list(ArdAppPatrolplan ardAppPatrolplan) |
| | | { |
| | | PageHelper.startPage(ardAppPatrolplan.getPageNum(),ardAppPatrolplan.getPageSize()); |
| | |
| | | @PreAuthorize("@ss.hasPermi('app:appPatrolplan:export')") |
| | | @Log(title = "app巡检计划", businessType = BusinessType.EXPORT) |
| | | @PostMapping("/export") |
| | | @ApiOperation("导出全部巡检列表") |
| | | public void export(HttpServletResponse response, ArdAppPatrolplan ardAppPatrolplan) |
| | | { |
| | | List<ArdAppPatrolplan> list = ardAppPatrolplanService.selectArdAppPatrolplanList(ardAppPatrolplan); |