| | |
| | | return powerInfService.getCompanyByUid(uinf.getId()); |
| | | } |
| | | |
| | | @ApiOperation("获取电源型号(下拉)") |
| | | @GetMapping("getPowerModelByUid") |
| | | public Response getPowerModelByUid() { |
| | | User uinf= ActionUtil.getUser(); |
| | | return powerInfService.getPowerModelByUid(uinf.getId()); |
| | | } |
| | | |
| | | @ApiOperation("获取电源协议(下拉)") |
| | | @GetMapping("getProtocolByUid") |
| | | public Response getProtocolByUid() { |
| | | User uinf= ActionUtil.getUser(); |
| | | return powerInfService.getProtocolByUid(uinf.getId()); |
| | | } |
| | | |
| | | |
| | | @ApiOperation(value = "当前用户所在包机组下所有的用户(下拉)") |
| | | @GetMapping("getBaojiUserByUid") |