fix(membre): fix null licence number case
All checks were successful
Deploy Production Server / if_merged (pull_request) Successful in 6m10s
All checks were successful
Deploy Production Server / if_merged (pull_request) Successful in 6m10s
This commit is contained in:
@@ -23,7 +23,7 @@ public class MembreEntity {
|
||||
private Categorie categorie;
|
||||
private ClubEntity club;
|
||||
private Genre genre;
|
||||
private int licence;
|
||||
private Integer licence;
|
||||
private String country;
|
||||
private Date birth_date;
|
||||
private String email;
|
||||
|
||||
Reference in New Issue
Block a user