Add consolidation for SCSI entities.

This commit is contained in:
2019-11-17 18:11:51 +00:00
parent e95d90a932
commit 40ce44b1d4

View File

@@ -1463,6 +1463,8 @@ namespace DiscImageChef.CommonTypes.Metadata
[JsonIgnore]
public int? AtaId { get; set; }
[JsonIgnore]
public int? ScsiId { get; set; }
#region SCSI data
public byte[] Read6Data { get; set; }