lxw
2023-12-22 3523ecdc1920463644f93dfd6b09466b6a28d128
src/main/java/com/whyc/controller/CKPowerDevBattSetLogController.java
@@ -21,4 +21,11 @@
    public Response getBattSetLog(@RequestBody CKPowerDevBattSetLog battSetLog){
        return service.getBattSetLog(battSetLog);
    }
    @GetMapping("getOpInfo")
    @ApiOperation("获取核容装置控制列表")
    public Response getOpInfo(){
        return service.getOpInfo();
    }
}