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(){