More AI changes

This commit is contained in:
moarten
2026-04-09 22:35:54 +02:00
parent 569cfbb85d
commit 87d15b99ed
24 changed files with 973 additions and 20 deletions

View File

@@ -14,4 +14,6 @@ public class Beoordeling : BaseEntity
[MaxLength(1024)]
public string? Tekst { get; set; }
public required Guid VerspakketId { get; set; }
}