| | |
| | | private BattRealdataIdService battRealdataIdService; |
| | | |
| | | @ApiOperation(value = "交流单元") |
| | | @PostMapping("getPwrHisAcData") |
| | | public Response getPwrHisAcData(@RequestBody SticRealDataAc stic) throws ParseException, InterruptedException { |
| | | return pwrdevHistorydataIdService.getPwrHisAcData(stic); |
| | | @PostMapping("getSticRealAcData") |
| | | public Response getSticRealAcData(@RequestBody SticRealDataAc stic) throws ParseException, InterruptedException { |
| | | return pwrdevHistorydataIdService.getSticRealAcData(stic); |
| | | } |
| | | |
| | | @ApiOperation(value = "核容设备") |
| | | @PostMapping("getSticRealHrData") |
| | | public Response getSticRealHrData(@RequestBody SticRealDataAc stic) throws ParseException, InterruptedException { |
| | | return battRealdataIdService.getSticRealHrData(stic); |
| | | } |
| | | |
| | | } |