@Indexed 추가
This commit is contained in:
parent
c097cb54f1
commit
0e9863050f
|
@ -11,6 +11,7 @@ data class NewRoulette(
|
|||
@Indexed
|
||||
val creatorId: Long,
|
||||
var can: Int,
|
||||
@Indexed
|
||||
var isActive: Boolean,
|
||||
var items: List<RouletteItem> = mutableListOf()
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue