whyclxw
2025-05-29 cf02a8f11b3549ec1795eaeda1e2de2326e04cd0
src/main/java/com/whyc/controller/ConditionController.java
@@ -119,6 +119,13 @@
        return powerInfService.getPowerModelByUid(uinf.getId());
    }
    @ApiOperation("获取电源协议(下拉)")
    @GetMapping("getProtocolByUid")
    public Response getProtocolByUid() {
        User uinf= ActionUtil.getUser();
        return powerInfService.getProtocolByUid(uinf.getId());
    }
    @ApiOperation(value = "当前用户所在包机组下所有的用户(下拉)")
    @GetMapping("getBaojiUserByUid")