src/main/java/com/moral/mapper/MonitorPointMapper.java
@@ -2,6 +2,7 @@ import java.util.List; import java.util.Map; import java.util.Set; import com.moral.entity.Device; @@ -46,4 +47,10 @@ List<Integer> getMonitorPointIds(Map<String, Object> params); List<MonitorPoint> byCodeGetMonitor(Map<String, Object> params); String getOrgIdByMac(String mac); String getMonitorName(int mpId); List<MonitorPoint> getMonitorPointsByOrganizationIds(@Param("orgIds") Set<Integer> orgIds); }