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

8 lines
142 B
Kotlin

package kr.co.vividnext.sodalive.can
data class GetCanUseStatusResponseItem(
val title: String,
val date: String,
val can: Int
)