whyclxw
2024-06-27 29fccde6ffb6b51689b26da02a62b9401e04075a
src/main/java/com/whyc/controller/SinfBinfController.java
@@ -29,4 +29,11 @@
        Response res=service.getAllSinfBinf2();
        return res;
    }
    @ApiOperation("查询左侧机房信息列表(包含电源和电池)")
    @GetMapping("getAllSinfBinf")
    public Response getAllSinfBinf(){
        Response res=service.getAllSinfBinf();
        return res;
    }
}