whyclxw
2025-06-04 a7fae5f15fb4d278221e7e1c2ea428889fa79347
src/main/java/com/whyc/controller/ConditionController.java
@@ -163,6 +163,12 @@
        return pwrAlmService.getPwrAlmIdType();
    }
    @ApiOperation(value = "获取容量性能(下拉)")
    @GetMapping("getCapperformance")
    public Response getCapperformance(){
        return binfService.getCapperformance();
    }
    @ApiOperation(value = "获取设备工作类型(下拉)")
    @GetMapping("getDevState")
    public Response getDevState(){