| | |
| | | */ |
| | | @GetMapping("/assetManagement") |
| | | @ApiOperation(value = "资产管理", notes = "资产管理") |
| | | @PreAuthorize("hasAuthority('assetManagement:page')") |
| | | @PreAuthorize("@ss.hasPermi('assetManagement:page')") |
| | | public Result assetManagement(DataCenterQuery query) { |
| | | return monitorService.assetManagement(query); |
| | | } |
| | |
| | | */ |
| | | @GetMapping("/platformOnlineRate") |
| | | @ApiOperation(value = "平台在线率", notes = "平台在线率") |
| | | @PreAuthorize("hasAuthority('platformOnline:page')") |
| | | @PreAuthorize("@ss.hasPermi('platformOnline:page')") |
| | | public Result platformOnlineRate(DataCenterQuery query) { |
| | | return platformOnlineService.page(query); |
| | | } |
| | |
| | | public Result videoImportantPointImageOnlineRate(DataCenterQuery query) { |
| | | return dataCenterService.videoImportantPointImageOnlineRate(query); |
| | | } |
| | | |
| | | /** |
| | | * 视频:图像资源安全管理 |
| | | * |
| | | * @param query |
| | | * @return |
| | | */ |
| | | @GetMapping("/videoImageResourceSecurity") |
| | | public Result videoImageResourceSecurity(DataCenterQuery query) { |
| | | return dataCenterService.videoImageResourceSecurity(query); |
| | | } |
| | | |
| | | /** |
| | | * 车辆:视图库对接稳定性 |