于紫祥_1901
2020-12-02 29c415ef1c043cb1b9bcc434008bd805674778d2
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);
}