mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Add software variant admin page.
This commit is contained in:
@@ -60,5 +60,7 @@ namespace Marechai.Database.Models
|
||||
public virtual ICollection<RequiredSoftwareBySoftwareVariant> RequiredSoftware { get; set; }
|
||||
public virtual ICollection<SoundBySoftwareVariant> SupportedSound { get; set; }
|
||||
public virtual ICollection<StandaloneFile> Files { get; set; }
|
||||
public ulong? ParentId { get; set; }
|
||||
public ulong SoftwareVersionId { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user