|
|
@ -8,11 +8,11 @@ data class ScientifiqueDTO (
|
|
|
|
val id: Int,
|
|
|
|
val id: Int,
|
|
|
|
val nom: String,
|
|
|
|
val nom: String,
|
|
|
|
val prenom: String,
|
|
|
|
val prenom: String,
|
|
|
|
|
|
|
|
@SerialName("pathToPhoto")
|
|
|
|
val photo: String,
|
|
|
|
val photo: String,
|
|
|
|
val descriptif: String,
|
|
|
|
val descriptif: String,
|
|
|
|
@SerialName("ratiotrouve")
|
|
|
|
|
|
|
|
val ratioTrouve: Float,
|
|
|
|
val ratioTrouve: Float,
|
|
|
|
val sexe: Char,
|
|
|
|
val sexe: Char,
|
|
|
|
val difficulteId: Int,
|
|
|
|
val difficulte : DifficulteDTO,
|
|
|
|
val thematiqueId: Int
|
|
|
|
val thematique : ThematiqueDTO
|
|
|
|
)
|
|
|
|
)
|