Correction du DTO (plantage car champs incorrects)

RepositoryAndroid
Alix JEUDI--LEMOINE 1 year ago
parent b41d06791c
commit 07a84195a9

@ -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
) )
Loading…
Cancel
Save