2021与蓝度共同重构项目,服务端
liuhaonan
2022-05-10 c1daa359ac79f4673463b7662b794b8da4c86e11
ximon-admin/src/main/java/com/sandu/ximon/admin/service/InterphoneHostService.java
@@ -19,7 +19,6 @@
    /**
     * 添加主机
     *
     */
    public boolean addHost(InterphoneHostParam interphoneHostParam) {
        InterphoneHost interphoneHost = new InterphoneHost();
@@ -43,9 +42,9 @@
    /**
     * 删除主机
     *
     * @param id
     * @return
     *
      */
    public boolean deleteHost(Integer id) {
        InterphoneHost byId = getById(id);
@@ -57,6 +56,7 @@
    /**
     * 查询主机
     *
     * @param id
     * @return
     */