于紫祥_1901
2020-07-13 ef78805f774f9268b7c0860385ba081b97f9c2b5
src/main/java/com/moral/mapper/MonitorPointMapper.java
@@ -22,4 +22,6 @@
    List<Device> getDeviceList(@Param("id") int id);
    //获取公司信息,通过id
    MonitorPoint getMonitorPointById(@Param("id") int id);
    List<MonitorPoint> getMonitorPointListByAccountId(@Param("id") int id);
}