Entities/Member: Add OrganicAuthorityCode

This commit is contained in:
2026-09-14 16:40:23 +02:00
parent 6436762e8d
commit 62ac9d612b
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; }