摘要: import androidx.room.Entity; import androidx.room.PrimaryKey; @Entity(tableName = "users") public class User { @PrimaryKey(autoGenerate = true) privat 阅读全文
posted @ 2024-10-16 22:00 赵千万 阅读(9) 评论(0) 推荐(0)