fix(membre): null licence number on creation
This commit is contained in:
@@ -48,7 +48,7 @@ public class MembreModel {
|
||||
Genre genre;
|
||||
|
||||
@Schema(description = "Le numéro de licence du membre.", example = "12345")
|
||||
int licence;
|
||||
Integer licence;
|
||||
|
||||
@Schema(description = "Le pays du membre.", example = "FR")
|
||||
String country;
|
||||
|
||||
Reference in New Issue
Block a user