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