Entities/Member: Add OrganicAuthorityCode

This commit is contained in:
2026-09-14 17:10:48 +02:00
parent abf06c558f
commit 6986f561a9
12 changed files with 43 additions and 34 deletions
+3
View File
@@ -96,6 +96,9 @@ namespace Elwig.Models.Entities {
[Column("ustid_nr")]
public string? UstIdNr { get; set; }
[Column("org_auth_code")]
public string? OrganicAuthorityCode { get; set; }
[Column("juridical_pers")]
public bool IsJuridicalPerson { get; set; }