This commit is contained in:
Tink
2025-06-26 16:26:45 +08:00
parent f69b1b34f1
commit 3af453c2df
@@ -93,4 +93,9 @@ public interface DeviceService extends BaseService<DeviceEntity> {
*/
void manualAddDevice(Long userId, DeviceManualAddDTO dto);
/**
* 更新设备连接信息
*/
void updateDeviceConnectionInfo(String agentId, String deviceId, String appVersion);
}