whyclxw
2024-07-01 0ce771b4a4ff5897dc91bb1b84a4561781b00ca5
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();
    }
}