cjl
2023-10-19 2a4a9ef52b0d76efb9712fd8d4268f658546f99f
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);