Add device details view with report merging and linking functionality

This commit is contained in:
2025-09-13 02:33:31 +01:00
parent 356ff26944
commit 64675a73e8
4 changed files with 836 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ namespace Aaru.Server.Database.Models;
public class DeviceDetails
{
public Device Report { get; set; }
public Device? Report { get; set; }
public List<int> SameAll { get; set; }
public List<int> SameButManufacturer { get; set; }
public List<int> ReportAll { get; set; }