ZhuDongming
2020-07-16 411adb1afe1dea631d33efc770ac2ec742642dfa
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);
}