沈斌
2018-06-09 bd9ea7b51d13932bf6d07718ef892667eddf5615
src/main/java/com/moral/service/DeviceService.java
@@ -38,4 +38,8 @@
   List<Device> getDevicesByMonitorPointId(Integer monitorPointId);
   List<Map<String,String>> queryDevicesState(List<String> macList,Boolean withData);
   Device queryById(Integer id);
   List<Device> getDevicesByProfessionId(Map<String, Object> parameters);
}