source: WIP, インポート忘れ

This commit is contained in:
r-ca 2023-12-14 02:29:25 +09:00
parent 90362ad0f4
commit e108cd7834
No known key found for this signature in database
GPG Key ID: 6A72911AC73464A9

View File

@ -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