Compare commits

...

1 Commits

View File

@ -13,6 +13,5 @@ import androidx.room.ForeignKey
class WalletItem ( class WalletItem (
val coinId: Int, val coinId: Int,
val userId: Int, val userId: Int,
var count: Float, var count: Float
// val freeze: Float
) )