于紫祥_1901
2020-10-10 00e38ff225eb948f5234934afc01aa54c94e0de6
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 {
@@ -49,4 +50,10 @@
    //获取公司信息,通过id
    JSONObject getMonitorPointById(int id, String Time, int i, String sensor);
    JSONObject getMacList(int id);
    List<MonitorPoint> getMonitorPointListByAccountId(int id);
    MonitorPoint byIdGetMonitorPoint(int id);
}