于紫祥_1901
2020-07-13 9e4480300d1285a574d52451206c5adc81396be4
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);
}