mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-23 08:23:15 +00:00
source: WIP, インポート忘れ
This commit is contained in:
parent
90362ad0f4
commit
e108cd7834
|
@ -4,6 +4,8 @@ import androidx.room.ColumnInfo;
|
||||||
import androidx.room.Entity;
|
import androidx.room.Entity;
|
||||||
import androidx.room.PrimaryKey;
|
import androidx.room.PrimaryKey;
|
||||||
|
|
||||||
|
import java.util.Date;
|
||||||
|
|
||||||
@Entity(tableName = "document")
|
@Entity(tableName = "document")
|
||||||
public class Document {
|
public class Document {
|
||||||
@PrimaryKey
|
@PrimaryKey
|
||||||
|
|
Loading…
Reference in New Issue
Block a user