Implement promoting an uploaded report to a device report.

This commit is contained in:
2019-11-24 01:08:03 +00:00
parent 2cbc92e118
commit 529813bcdc
3 changed files with 71 additions and 0 deletions

View File

@@ -58,5 +58,14 @@ namespace DiscImageChef.Server.Models
}
public DateTime UploadedWhen { get; set; }
public int? ATAId { get; set; }
public int? ATAPIId { get; set; }
public int? FireWireId { get; set; }
public int? MultiMediaCardId { get; set; }
public int? PCMCIAId { get; set; }
public int? SecureDigitalId { get; set; }
public int? SCSIId { get; set; }
public int? USBId { get; set; }
}
}