Specify common registries
This commit is contained in:
@ -6,6 +6,8 @@
|
||||
|
||||
public int Number { get; set; }
|
||||
|
||||
public bool IsCommon { get; set; }
|
||||
|
||||
public virtual ICollection<RegistryElement> Elements { get; set; } = [];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user