mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 11:14:27 +00:00
Add details page for uploaded reports with navigation and merging functionality
This commit is contained in:
@@ -4,7 +4,7 @@ namespace Aaru.Server.Database.Models;
|
||||
|
||||
public class UploadedReportDetails
|
||||
{
|
||||
public UploadedReport Report { get; set; }
|
||||
public UploadedReport? 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