| | |
| | |
|
| | | Device byMacGetDevice(@Param("mac") String mac);
|
| | |
|
| | | DeviceAndWind getDeviceAndWindByMac(@Param("mac") String mac, @Param("time") String time,
|
| | | DeviceAndWind getDeviceAndWindByMac(@Param("mac") String mac,
|
| | | @Param("table") String table);
|
| | |
|
| | | List<DeviceAndWind> byMonitorIdGetDeviceAndWind(@Param("id") int id, @Param("time") String time, @Param("table") String table);
|
| | | List<DeviceAndWind> byMonitorIdGetDeviceAndWind(@Param("id") int id, @Param("table") String table);
|
| | |
|
| | | DeviceAndWind byMacGetDeviceAndWind(@Param("mac") String mac, @Param("time") String time, @Param("table") String table);
|
| | | DeviceAndWind byMacGetDeviceAndWind(@Param("mac") String mac, @Param("table") String table);
|
| | |
|
| | | List<String> getMacsByMonitorPointIds(List<Integer> list);
|
| | |
|
| | |
| | |
|
| | | List<Device> getDeviceByCodeAndId(@Param("code") String code, @Param("id") String id);
|
| | |
|
| | | List<Map<String, Object>> getDevicesByMpId(int mpId);
|
| | |
|
| | | String byMacGetOrgId(String mac);
|
| | |
|
| | | List<Device> getDevice(String macOrName);
|
| | |
|
| | |
|
| | | List<Device> getDeviceByCityCode();
|
| | |
|
| | | List<Device> getDevicesByAccountId(String id);
|
| | | } |