mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 11:14:27 +00:00
Add find device reports page with linking functionality
This commit is contained in:
@@ -2,9 +2,9 @@ namespace Aaru.Server.Database.Models;
|
||||
|
||||
public class FindReportModel : BaseModel<int>
|
||||
{
|
||||
public string Manufacturer { get; set; }
|
||||
public string? Manufacturer { get; set; }
|
||||
public string Model { get; set; }
|
||||
public string Revision { get; set; }
|
||||
public string Bus { get; set; }
|
||||
public string? Revision { get; set; }
|
||||
public string? Bus { get; set; }
|
||||
public List<Device> LikeDevices { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user