feat: add data model for licence
This commit is contained in:
@@ -5,6 +5,7 @@ import io.quarkus.runtime.annotations.RegisterForReflection;
|
||||
import jakarta.persistence.*;
|
||||
import lombok.*;
|
||||
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
|
||||
@Getter
|
||||
@@ -49,4 +50,7 @@ public class ClubModel {
|
||||
String no_affiliation;
|
||||
|
||||
boolean international;
|
||||
|
||||
@OneToMany(mappedBy = "club", fetch = FetchType.EAGER)
|
||||
List<AffiliationModel> affiliations;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user