Link read capabilities on device report details.

This commit is contained in:
2019-11-23 23:35:02 +00:00
parent e02022a1f8
commit 56b0392e20
3 changed files with 10 additions and 0 deletions

View File

@@ -11,5 +11,6 @@ namespace DiscImageChef.Server.Models
public List<int> ReportButManufacturer { get; set; }
public List<DeviceStat> StatsAll { get; set; }
public List<DeviceStat> StatsButManufacturer { get; set; }
public int ReadCapabilitiesId { get; set; }
}
}