ZhuDongming
2019-08-15 1d25854b8dfdebe7b4d5153e932c0e74ed5f7453
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);
}