mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
[Aaru.Database] Reformat and cleanup.
This commit is contained in:
@@ -56,16 +56,22 @@ public class UsbProduct
|
||||
/// <summary>Database ID</summary>
|
||||
[Key]
|
||||
public int Id { get; set; }
|
||||
|
||||
/// <summary>Product ID</summary>
|
||||
public ushort ProductId { get; set; }
|
||||
|
||||
/// <summary>Product name</summary>
|
||||
public string Product { get; set; }
|
||||
|
||||
/// <summary>Date when model has been added to the database</summary>
|
||||
public DateTime AddedWhen { get; set; }
|
||||
|
||||
/// <summary>Date when model was last modified</summary>
|
||||
public DateTime ModifiedWhen { get; set; }
|
||||
|
||||
/// <summary>USB vendor ID</summary>
|
||||
public ushort VendorId { get; set; }
|
||||
|
||||
/// <summary>Database link to USB vendor</summary>
|
||||
public virtual UsbVendor Vendor { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user