| | |
| | | @Autowired |
| | | private DeviceStateService deviceStateService; |
| | | |
| | | @ApiOperation(value = "电源信息统计") |
| | | @ApiOperation(value = "电源信息统计(1.2.1/1.2.13)") |
| | | @PostMapping("getPowerStatistic") |
| | | public Response getPowerStatistic(@RequestBody StationStic stic){ |
| | | User uinf= ActionUtil.getUser(); |
| | |
| | | return powerInfService.getPowerStatistic(stic); |
| | | } |
| | | |
| | | @ApiOperation(value = "设备信息统计") |
| | | @ApiOperation(value = "设备信息统计(1.2.2)") |
| | | @PostMapping("getDevStatistic") |
| | | public Response getDevStatistic(@RequestBody StationStic stic){ |
| | | User uinf= ActionUtil.getUser(); |
| | |
| | | return battService.getDevStatistic(stic); |
| | | } |
| | | |
| | | @ApiOperation(value = "蓄电池组信息统计") |
| | | @ApiOperation(value = "蓄电池组信息统计(1.2.3/1.2.12)") |
| | | @PostMapping("getBattStatistic") |
| | | public Response getBattStatistic(@RequestBody StationStic stic){ |
| | | User uinf= ActionUtil.getUser(); |
| | |
| | | return battService.getBattStatistic(stic); |
| | | } |
| | | |
| | | @ApiOperation(value = "单节数量统计") |
| | | @ApiOperation(value = "单节数量统计(1.2.4)") |
| | | @PostMapping("getMonStatistic") |
| | | public Response getMonStatistic(@RequestBody MonStic stic){ |
| | | User uinf= ActionUtil.getUser(); |
| | |
| | | } |
| | | |
| | | |
| | | @ApiOperation(value = "站点信息统计") |
| | | @ApiOperation(value = "站点信息统计(1.2.11)") |
| | | @PostMapping("getStationStatistic") |
| | | public Response getStationStatistic(@RequestBody StationStic stic){ |
| | | User uinf= ActionUtil.getUser(); |
| | |
| | | return stationInfService.getStationStatistic(stic); |
| | | } |
| | | |
| | | @ApiOperation(value = "蓄电池核容信息统计") |
| | | @ApiOperation(value = "蓄电池核容信息统计(1.2.14)") |
| | | @PostMapping("getBattTinfStatistic") |
| | | public Response getBattTinfStatistic(@RequestBody BattTinfStic stic){ |
| | | User uinf= ActionUtil.getUser(); |
| | |
| | | return battTinfService.getBattTinfStatistic(stic); |
| | | } |
| | | |
| | | @ApiOperation(value = "设备工作状态统计") |
| | | @ApiOperation(value = "设备工作状态统计(1.2.21)") |
| | | @PostMapping("getDeviceStateStatistic") |
| | | public Response getDeviceStateStatistic(@RequestBody DeviceStateStic stic){ |
| | | User uinf= ActionUtil.getUser(); |