mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 16:03:15 +00:00
Documentsエンティティ修正
This commit is contained in:
parent
e9689bb99a
commit
df0386e349
|
@ -13,7 +13,7 @@ public class Documents {
|
|||
@PrimaryKey
|
||||
private String id;
|
||||
|
||||
@ColumnInfo(name = "name")
|
||||
@ColumnInfo(name = "title")
|
||||
private String title; // Titleに変更する?
|
||||
|
||||
@ColumnInfo(name = "type")
|
||||
|
|
Loading…
Reference in New Issue
Block a user