Specify common registries

This commit is contained in:
2025-10-22 17:09:54 +09:00
parent 37cf856685
commit ddb92ccd5b
6 changed files with 167 additions and 41 deletions

View File

@ -6,6 +6,8 @@
public int Number { get; set; }
public bool IsCommon { get; set; }
public virtual ICollection<RegistryElement> Elements { get; set; } = [];
}
}