src/main/java/com/whyc/controller/PwrappAcinfController.java
@@ -20,4 +20,9 @@ public Response updatePowerACConfigById(@RequestBody PwrappAcinf acinf){ return service.updatePowerACConfigById(acinf); } @ApiOperation(value = "读取电源ac设备设置",notes = "PowerConfigAction_power_getPowerACConfigById") @GetMapping("getPowerACConfigById") public Response getPowerACConfigById(@RequestParam int powerDeviceId){ return service.getPowerACConfigById(powerDeviceId); } }