lxw
2023-08-15 160e150009b51a39fa95d9462c3798ba28d51a09
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);
    }
}