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(); } }