mirror of
https://github.com/Redume/Kekkai.git
synced 2025-02-23 20:51:25 +03:00
добавлен DTO ответа от апи
This commit is contained in:
parent
14c0506086
commit
47aec110a8
1 changed files with 11 additions and 0 deletions
11
src/main/kotlin/su/redume/core/network/model/CurrencyDto.kt
Normal file
11
src/main/kotlin/su/redume/core/network/model/CurrencyDto.kt
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
package su.redume.core.network.model
|
||||||
|
|
||||||
|
import kotlinx.serialization.Serializable
|
||||||
|
|
||||||
|
@Serializable
|
||||||
|
data class CurrencyDto(
|
||||||
|
val from: String,
|
||||||
|
val timestamp: Long,
|
||||||
|
val quetocurrency: String,
|
||||||
|
val mid: Float
|
||||||
|
)
|
Loading…
Add table
Reference in a new issue