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

8 lines
160 B
Kotlin

package kr.co.vividnext.sodalive.can
data class GetCanChargeStatusResponseItem(
val canTitle: String,
val date: String,
val chargeMethod: String
)