| | |
| | | List<Device> getDeviceList(@Param("id") int id);
|
| | | //获取公司信息,通过id
|
| | | MonitorPoint getMonitorPointById(@Param("id") int id);
|
| | |
|
| | | List<MonitorPoint> getMonitorPointListByAccountId(@Param("id") int id);
|
| | | MonitorPoint byIdGetMonitorPoint(@Param("id")int id);
|
| | |
|
| | | MonitorPoint getFirstMonitorPointByAreaCode(@Param("areaCode") int areaCode);
|
| | |
|
| | | MonitorPoint getFirstMonitorPointByCityCode(@Param("cityCode") int cityCode);
|
| | |
|
| | | MonitorPoint getFirstMonitorPointByProvinceCode(@Param("provinceCode") int provinceCode);
|
| | |
|
| | | List<MonitorPoint> getMonitorList(Map<String, Object> params);
|
| | | } |