src/main/java/com/whyc/controller/ConditionController.java
@@ -38,6 +38,9 @@ private PwrdevAlarmService pwrAlmService; @Autowired private PowerInfService pinfService; @Autowired private DeviceStateService deviceStateService; @Autowired @@ -187,6 +190,12 @@ return binfService.getCapperformance(); } @ApiOperation(value = "获取电源性能(下拉)") @GetMapping("getPwrCapperformance") public Response getPwrCapperformance(){ return pinfService.getPwrCapperformance(); } @ApiOperation(value = "获取设备工作类型(下拉)") @GetMapping("getDevState") public Response getDevState(){