feat: add club_id to LicenceModel for stats

This commit is contained in:
2025-07-05 21:19:57 +02:00
parent 3fd5ae3741
commit 9705182547
4 changed files with 11 additions and 3 deletions

View File

@@ -25,6 +25,8 @@ public class LicenceModel {
@Schema(description = "Le membre de la licence. (optionnel)")
MembreModel membre;
Long club_id;
@Schema(description = "La saison de la licence.", example = "2025")
int saison;