| | |
| | | package com.moral.service;
|
| | |
|
| | | import java.util.Date;
|
| | | import java.util.List;
|
| | | import java.util.Map;
|
| | | import com.moral.common.bean.PageBean;
|
| | |
| | |
|
| | | PageResult query(Integer orgId, Integer mpId, Integer pageSize, Integer pageNo);
|
| | |
|
| | | PageBean queryByPageBean(PageBean pageBean);
|
| | | int countByExample(PageBean pageBean);
|
| | |
|
| | | PageBean queryByPageBean(PageBean pageBean);
|
| | |
|
| | | void deleteByIds(Integer[] ids);
|
| | |
|
| | | void addOrModify(Device device);
|
| | |
|
| | | List<Map> countByTimes(Date start, Date end, String format);
|
| | |
|
| | | List<Device> getDevicesByMonitorPointId(Integer monitorPointId);
|
| | |
|
| | | List<Map<String,String>> queryDevicesState(List<String> macList,Boolean withData);
|