mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Add database models for document, book and magazine scans (cover, backcover, etc).
This commit is contained in:
@@ -34,5 +34,8 @@ namespace Marechai.Database.Models
|
||||
public virtual ICollection<OwnedMachinePhoto> OwnedMachinePhotos { get; set; }
|
||||
public virtual ICollection<OwnedMachine> OwnedMachines { get; set; }
|
||||
public virtual ICollection<Dump> Dumps { get; set; }
|
||||
public virtual ICollection<BookScan> BookScans { get; set; }
|
||||
public virtual ICollection<DocumentScan> DocumentScans { get; set; }
|
||||
public virtual ICollection<MagazineScan> MagazineScans { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user