feat: club

This commit is contained in:
2024-07-17 10:44:04 +02:00
parent edcda185db
commit d268461bfd
8 changed files with 326 additions and 19 deletions

View File

@@ -37,7 +37,7 @@ public class FullClubForm {
private String rna = null;
@FormParam("siret")
private Long siret = null;
private String siret = null;
@FormParam("international")
private boolean international = false;