于紫祥_1901
2020-12-02 da0abda12d95d701f8873db506136898e66fef8e
src/main/java/com/moral/service/MonitorPointService.java
@@ -3,11 +3,13 @@
import java.util.Collection;
import java.util.List;
import java.util.Map;
import java.util.Set;
import com.alibaba.fastjson.JSONObject;
import com.moral.common.bean.PageBean;
import com.moral.entity.Device;
import com.moral.entity.MonitorPoint;
import org.apache.xmlbeans.impl.jam.mutable.MPackage;
public interface MonitorPointService {
@@ -29,6 +31,8 @@
    Integer countOfSubOrgs(Integer orgId);
    List<MonitorPoint> getMonitorPointsByOrganizationId(Integer orgId);
    List<MonitorPoint> getMonitorPointsByOrganizationIds(Set<Integer> orgIds);
   List<MonitorPoint> getMonitorPointsByRegion(Map<String, Object> parameters);
@@ -53,4 +57,8 @@
    JSONObject getMacList(int id);
    List<MonitorPoint> getMonitorPointListByAccountId(int id);
    MonitorPoint byIdGetMonitorPoint(int id);
    String getOrgIdByMac(String mac);
}