Entities/MemberHistory: Add DeductYear to simplify billing
Test / Run tests (push) Successful in 2m59s

This commit is contained in:
2026-07-03 10:43:14 +02:00
parent a71c41af5c
commit 3b4dbd51fd
8 changed files with 16 additions and 15 deletions
+3
View File
@@ -50,6 +50,9 @@ namespace Elwig.Models.Entities {
[Column("currency")]
public string? CurrencyCode { get; set; }
[Column("deduct_year")]
public int? DeductYear { get; set; }
[Column("comment")]
public string? Comment { get; set; }