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 */