| | |
| | |
|
| | | 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);
|
| | |
|