标签: android android-sqlite android-room
我正在设置我的id字段从2018年开始递增
@PrimaryKey(autoGenerate = true) @ColumnInfo(name = "id") private int id = 2018;