| | |
| | | @Autowired |
| | | private BattRtstateService rtstateService; |
| | | |
| | | @Autowired |
| | | private BatttestdataInfService tinfService; |
| | | |
| | | @ApiOperation("获取所有的省份(下拉)") |
| | | @GetMapping("getProviceByUid") |
| | | public Response getProviceByUid() { |
| | |
| | | public Response getPwrAlmIdType(){ |
| | | return pwrAlmService.getPwrAlmIdType(); |
| | | } |
| | | @ApiOperation(value = "获取核容停止原因类型(下拉)") |
| | | @GetMapping("getStopReasonType") |
| | | public Response getStopReasonType(){ |
| | | return tinfService.getStopReasonType(); |
| | | } |
| | | |
| | | @ApiOperation(value = "获取容量性能(下拉)") |
| | | @GetMapping("getCapperformance") |
| | | public Response getCapperformance(){ |
| | | return binfService.getCapperformance(); |
| | | } |
| | | |
| | | @ApiOperation(value = "获取设备工作类型(下拉)") |
| | | @GetMapping("getDevState") |