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