Entities/Member: Add OrganicOperatorId
Test / Run tests (push) Failing after 2m14s

This commit is contained in:
2026-09-22 14:33:03 +02:00
parent 569913fe8f
commit 3541f36831
9 changed files with 80 additions and 17 deletions
+3
View File
@@ -96,6 +96,9 @@ namespace Elwig.Models.Entities {
[Column("ustid_nr")]
public string? UstIdNr { get; set; }
[Column("ooc_id")]
public string? OrganicOperatorId { get; set; }
[Column("org_auth_code")]
public string? OrganicAuthorityCode { get; set; }