Entities/Member: Add OrganicAuthorityCode

This commit is contained in:
2026-09-14 15:44:37 +02:00
parent 6441fa4f50
commit 93fb500e44
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; }