xufenglei
2018-02-06 5b0347a811a6c948defb5320e71c43173280dfc2
src/main/java/com/moral/service/MonitorPointService.java
@@ -9,11 +9,17 @@
public interface MonitorPointService {
   List<MonitorPoint> getMonitorPointsByAreaName(Map<String, Object> parameters);
   public PageBean queryByPageBean(PageBean pageBean);
    MonitorPoint selectWithRelationById(Integer id);
    List<MonitorPoint> queryWithStateByMap(Map<String, Object> params);
    public PageBean queryByPageBean(PageBean pageBean);
    MonitorPoint queryWithRelationById(Integer id);
    public void addOrModify(MonitorPoint monitorPoint);
   public void deleteByIds(Integer... ids);
   List<MonitorPoint> getMonitorPointsByName(String name);
}