test #134
|
@ -11,6 +11,7 @@ data class NewRoulette(
|
||||||
@Indexed
|
@Indexed
|
||||||
val creatorId: Long,
|
val creatorId: Long,
|
||||||
var can: Int,
|
var can: Int,
|
||||||
|
@Indexed
|
||||||
var isActive: Boolean,
|
var isActive: Boolean,
|
||||||
var items: List<RouletteItem> = mutableListOf()
|
var items: List<RouletteItem> = mutableListOf()
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue