feat: AffiliationCard
This commit is contained in:
@@ -21,7 +21,7 @@ public class AffiliationRequestModel {
|
||||
Long id;
|
||||
|
||||
String name;
|
||||
long siren;
|
||||
long siret;
|
||||
String RNA;
|
||||
String address;
|
||||
|
||||
|
||||
@@ -53,6 +53,6 @@ public class ClubModel {
|
||||
|
||||
boolean international;
|
||||
|
||||
@OneToMany(mappedBy = "club", fetch = FetchType.EAGER)
|
||||
@OneToMany(mappedBy = "club", fetch = FetchType.LAZY)
|
||||
List<AffiliationModel> affiliations;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user