fengxiang
2018-05-10 95b2ec0857220478d6883eed582b67c758bc525a
src/main/java/com/moral/service/DeviceService.java
@@ -38,4 +38,6 @@
   List<Device> getDevicesByMonitorPointId(Integer monitorPointId);
   List<Map<String,String>> queryDevicesState(List<String> macList,Boolean withData);
   Device queryById(Integer id);
}