于紫祥_1901
2020-11-18 de0d596acbf52dac0bbad75de7a809ee55ccc3b3
src/main/java/com/moral/service/MonitorPointService.java
@@ -8,6 +8,7 @@
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 {
@@ -53,4 +54,8 @@
    JSONObject getMacList(int id);
    List<MonitorPoint> getMonitorPointListByAccountId(int id);
    MonitorPoint byIdGetMonitorPoint(int id);
    String getOrgIdByMac(String mac);
}