whycxzp
2025-04-30 d19e91bcc4ed9ab08e8be375fb5fc0f7e874a6a9
src/main/java/com/whyc/controller/BattTestInfController.java
@@ -25,6 +25,7 @@
        return service.getPageByBattGroupId(battGroupId,pageNum,pageSize);
    }*/
    @ApiOperation("查询分页-电池组的放电记录")
    @GetMapping("getDischargePage")
    public Response getDischargePage(@RequestParam int pageNum,@RequestParam int pageSize,
                                     @RequestParam(required = false) Integer battGroupId){