Fix second name nullable
This commit is contained in:
parent
e2ddf47f29
commit
22018ce911
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ class StudentInfo(
|
|||
val loginRole: String,
|
||||
|
||||
@SerialName("SecondName")
|
||||
val secondName: String,
|
||||
val secondName: String?,
|
||||
|
||||
@SerialName("Surname")
|
||||
val surname: String,
|
||||
|
|
Loading…
Reference in a new issue