feat: club remove
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user