8 lines
142 B
Kotlin
8 lines
142 B
Kotlin
package kr.co.vividnext.sodalive.can
|
|
|
|
data class GetCanUseStatusResponseItem(
|
|
val title: String,
|
|
val date: String,
|
|
val can: Int
|
|
)
|