MailWindow: Add feature to address members with ancmts on specific day
All checks were successful
Test / Run tests (push) Successful in 2m28s

This commit is contained in:
2024-09-08 15:55:10 +02:00
parent 7a15050575
commit 5c08f61963
4 changed files with 89 additions and 10 deletions

View File

@ -29,6 +29,9 @@ namespace Elwig.Models.Entities {
[Column("description")]
public required string Description { get; set; }
[NotMapped]
public string Identifier => $"{Date:dd.MM.} - {ZwstId} - {Description}";
[Column("max_weight")]
public int? MaxWeight { get; set; }
[NotMapped]