jinpengyong
2020-07-29 bc6aaea416da40038dee2df1b3de4a1581da2a48
src/main/java/com/moral/mapper/MonitorPointMapper.java
@@ -24,4 +24,11 @@
    MonitorPoint getMonitorPointById(@Param("id") int id);
    List<MonitorPoint> getMonitorPointListByAccountId(@Param("id") int id);
    MonitorPoint getFirstMonitorPointByAreaCode(@Param("areaCode") int areaCode);
    MonitorPoint getFirstMonitorPointByCityCode(@Param("cityCode") int cityCode);
    MonitorPoint getFirstMonitorPointByProvinceCode(@Param("provinceCode") int provinceCode);
}