@Indexed 추가
This commit is contained in:
@@ -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()
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user