| | |
| | | } |
| | | |
| | | @ApiOperation(value = "根据设备id查询系统参数") |
| | | @PostMapping("serchByCondition") |
| | | @GetMapping("serchByCondition") |
| | | private Response serchByCondition(@RequestParam int devId){ |
| | | return service.serchByCondition(devId); |
| | | } |
| | | |
| | | @ApiOperation(value = "均衡控制参数设置-获取参数") |
| | | @GetMapping("searchJunHengParam") |
| | | private Response searchJunHengParam(@RequestParam int devId){ |
| | | return service.searchJunHengParam(devId); |
| | | } |
| | | @ApiOperation(value = "均衡控制参数设置-设置参数",notes="JunHeng_Enabled,JunHeng_StVol,JunHeng_StCurr,dev_id,opCmd") |
| | | @PostMapping("update61850JunHeng") |
| | | private Response update61850JunHeng(@RequestBody Fbs9100Sysparam fbs9100Sysparam){ |
| | | return service.update61850JunHeng(fbs9100Sysparam); |
| | | } |
| | | } |