whyclxw
7 天以前 8a64c0856ead3b87a425ceb84c8ee3c70fd8cd54
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(){