Documentsエンティティ修正

This commit is contained in:
r-ca 2023-12-13 18:42:57 +09:00
parent e9689bb99a
commit df0386e349
No known key found for this signature in database
GPG Key ID: 6A72911AC73464A9

View File

@ -13,7 +13,7 @@ public class Documents {
@PrimaryKey
private String id;
@ColumnInfo(name = "name")
@ColumnInfo(name = "title")
private String title; // Titleに変更する?
@ColumnInfo(name = "type")