whycxzp
2021-10-12 d5cf76188ad37f062f37ebce3464097203b4db05
src/main/java/com/whyc/controller/BatteryDataController.java
@@ -34,6 +34,12 @@
        return service.getBatteryCap(userId);
    }
    @GetMapping("capStatus")
    @ApiOperation(value = "电池单体容量状态")
    public Response monCapStatus(@RequestParam Integer userId){
        return service.getMonCapStatus(userId);
    }
    @GetMapping("monVol")
    @ApiOperation(value = "单体电压统计")
    public Response getMonVol(@RequestParam Integer userId){
@@ -52,9 +58,6 @@
        return service.getMonRes(userId);
    }
    /**
     * TODO:单体容量统计,统计格式待定,如何统计待确定
     */
    @GetMapping("monCap")
    @ApiOperation(value = "单体容量统计")
    public Response getMonCap(@RequestParam Integer userId){