ard-modules/ard-modules-gb28181/src/main/java/com/ard/gb28181/service/IDeviceService.java
@@ -68,13 +68,20 @@ DeviceChannel getDeviceChannelByChannelId(String gbDeviceId, String gbChannelId); /** * 获取所有国标设备 * 获取所有国标设备(从数据库查询,Redis 补充运行时信息) * * @return 设备列表 */ List<Device> getAllDevices(); /** * 获取所有国标设备(直接从 Redis 查询,用于迁移/同步等场景) * * @return 设备列表 */ List<Device> getAllRedisDevices(); /** * 根据设备id获取所有通道 * * @param gbDeviceId 设备编号