ZhuDongming
2019-08-19 c2b226e7902dbb2b36f349612886ccc7333895e6
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);
}