mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-23 00:13:16 +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.PrimaryKey;
|
||||
|
||||
import java.util.Date;
|
||||
|
||||
@Entity(tableName = "document")
|
||||
public class Document {
|
||||
@PrimaryKey
|
||||
|
|
Loading…
Reference in New Issue
Block a user