ZhuDongming
2019-07-25 9a8498f1dbe3b7362a1a90682edfe062517e42c2
src/main/java/com/moral/mapper/MonitorPointMapper.java
@@ -12,4 +12,5 @@
    List<MonitorPoint> selectByMap(Map<String, Object> params);
    List<Integer> selectOrganizationIds(int id);
    List<Integer> selectVersionsById(int id);
    Map<String, Object> selectAllById(int id);
}