jinpengyong
2023-09-28 0972f16bb4354539f782d9f91db83bd9f3b87471
screen-api/src/main/java/com/moral/api/service/DeviceService.java
@@ -19,6 +19,8 @@
    //根据站点id获取设备列表
    List<Device> getDevicesByMonitorPointId(Integer monitorPointId);
    List<Device> getDevicesByMonitorPointId(List<Integer> monitorPointId);
    //根据macs获取公有因子信息
    Map<String, Object> getSensorsByMac(Map<String,Object> params);