mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 11:14:27 +00:00
Add device details view with report merging and linking functionality
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user