2021与蓝度共同重构项目,服务端
zhanzhiqin
2022-05-10 56d8ffd22d0fd65c6a582de2e57286f9f37f4883
ximon-admin/src/main/java/com/sandu/ximon/admin/controller/InterphoneSubController.java
@@ -50,6 +50,12 @@
        return ResponseUtil.success(interphoneSubService.getSub(id));
    }
    /**
     * 删除主机
     */
    @GetMapping("/getList")
    public ResponseVO<Object> getInterphoneHostList(@PathVariable String keyword) {
        return ResponseUtil.success(interphoneSubService.getInterphoneSubList(keyword));
    }
}