fengxiang
2018-05-10 c976fedb4d58a23aff930188d4031adac54a3037
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);
}