jinpengyong
2023-08-22 e6f974ca6eab798c2df5c09cdb8320ecf4ff4185
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);