sodalive-backend-spring-boot/src/main/kotlin/kr/co/vividnext/sodalive/can/GetCanStatusResponse.kt

7 lines
120 B
Kotlin

package kr.co.vividnext.sodalive.can
data class GetCanStatusResponse(
val chargeCan: Int,
val rewardCan: Int
)