于紫祥_1901
2020-09-10 5476f8bcf411ce654c02fbd34b9086518adbd917
src/main/java/com/moral/mapper/MonitorPointMapper.java
@@ -24,6 +24,7 @@
    MonitorPoint getMonitorPointById(@Param("id") int id);
    List<MonitorPoint> getMonitorPointListByAccountId(@Param("id") int id);
    MonitorPoint byIdGetMonitorPoint(@Param("id")int id);
    MonitorPoint getFirstMonitorPointByAreaCode(@Param("areaCode") int areaCode);