feat: club remove

This commit is contained in:
2024-07-16 22:08:02 +02:00
parent 6407bf44bc
commit f297ae557b
11 changed files with 165 additions and 38 deletions

View File

@@ -25,6 +25,7 @@ public class SimpleClub {
private String training_location;
private String training_day_time;
private String contact_intern;
private String address;
private String RNA;
private Long SIRET;
private Long no_affiliation;
@@ -48,6 +49,7 @@ public class SimpleClub {
.SIRET(model.getSIRET())
.no_affiliation(model.getNo_affiliation())
.international(model.isInternational())
.address(model.getAddress())
.build();
}
}