mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Add software version.
This commit is contained in:
@@ -32,12 +32,13 @@ namespace Marechai.Database.Models
|
||||
public class SoftwareFamily : BaseModel<ulong>
|
||||
{
|
||||
[Required]
|
||||
public string Name { get; set; }
|
||||
public string Name { get; set; }
|
||||
public DateTime? Introduced { get; set; }
|
||||
public virtual SoftwareFamily Parent { get; set; }
|
||||
|
||||
public virtual ICollection<SoftwareFamily> Children { get; set; }
|
||||
public virtual ICollection<CompaniesBySoftwareFamily> Companies { get; set; }
|
||||
public virtual ICollection<PeopleBySoftwareFamily> People { get; set; }
|
||||
public virtual ICollection<SoftwareVersion> Versions { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user