| | |
| | | */ |
| | | @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); |
| | | } |
| | | |
| | | /** |
| | | * 视频:点位在线率 |
| | | * |
| | | * @param query |
| | | * @return |
| | | */ |
| | | @GetMapping("/videoPointOnlineRate") |
| | | public Result videoPointOnlineRate(DataCenterQuery query) { |
| | | return dataCenterService.videoPointOnlineRate(query); |
| | | } |
| | | |
| | | /** |
| | |
| | | } |
| | | |
| | | /** |
| | | * 视频:录像可用率 |
| | | * 视频:点位在线率 |
| | | * |
| | | * @param query |
| | | * @return |
| | | */ |
| | | @GetMapping("/videoAvailabilityRate") |
| | | public Result videoAvailabilityRate(DataCenterQuery query) { |
| | | @GetMapping("/videoPointOnlineRate") |
| | | public Result videoPointOnlineRate(DataCenterQuery query) { |
| | | return dataCenterService.videoPointOnlineRate(query); |
| | | } |
| | | |
| | | /** |
| | | * 视频:部级点位在线率 |
| | | * |
| | | * @param query |
| | | * @return |
| | | */ |
| | | @GetMapping("/videoMinistrySiteOnline") |
| | | public Result videoMinistrySiteOnline(DataCenterQuery query) { |
| | | return dataCenterService.videoAvailabilityRate(query); |
| | | } |
| | | |
| | | /** |
| | | * 视频:部级巡检录像可用率 |
| | | * |
| | | * @param query |
| | | * @return |
| | | */ |
| | | @GetMapping("/videoMinistryVideoAvailable") |
| | | public Result videoMinistryVideoAvailable(DataCenterQuery query) { |
| | | return dataCenterService.videoLabelingAccuracy(query); |
| | | } |
| | | |
| | | /** |
| | |
| | | @GetMapping("/videoImportantPointAvailabilityRate") |
| | | public Result videoImportantPointAvailabilityRate(DataCenterQuery query) { |
| | | return dataCenterService.videoImportantPointAvailabilityRate(query); |
| | | } |
| | | |
| | | /** |
| | | * 视频:标注正确率 |
| | | * |
| | | * @param query |
| | | * @return |
| | | */ |
| | | @GetMapping("/videoLabelingAccuracy") |
| | | public Result videoLabelingAccuracy(DataCenterQuery query) { |
| | | return dataCenterService.videoLabelingAccuracy(query); |
| | | } |
| | | |
| | | /** |
| | |
| | | public Result videoImportantPointImageOnlineRate(DataCenterQuery query) { |
| | | return dataCenterService.videoImportantPointImageOnlineRate(query); |
| | | } |
| | | |
| | | /** |
| | | * 视频:图像资源安全管理 |
| | | * |
| | | * @param query |
| | | * @return |
| | | */ |
| | | @GetMapping("/videoImageResourceSecurity") |
| | | public Result videoImageResourceSecurity(DataCenterQuery query) { |
| | | return dataCenterService.videoImageResourceSecurity(query); |
| | | } |
| | | |
| | | /** |
| | | * 车辆:视图库对接稳定性 |