fengxiang
2018-02-05 db2a45f5aa9edc99c875de1f5cae21d074fc2d6f
src/main/java/com/moral/service/MonitorPointService.java
@@ -9,9 +9,12 @@
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);