test #134

Merged
klaus merged 19 commits from test into main 2024-02-24 20:35:58 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 0e9863050f - Show all commits

View File

@ -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()
) )