You can do the following @Entity data class ClickEntity( @PrimaryKey val type: String, val clickCount: Int = 0, val clickTime: Long = System ...
確定! 回上一頁