mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-23 00:13:16 +00:00
Metaの取得を1クエリで完結させたいのでDocumentEntityに移動
This commit is contained in:
parent
cb2ad03a80
commit
5b9b9b5580
|
@ -22,7 +22,4 @@ public class LibraryEntity {
|
|||
@ColumnInfo(name = "path")
|
||||
public String path; // パス
|
||||
|
||||
// タグ
|
||||
@ColumnInfo(name = "tags")
|
||||
public ArrayList<TagEntity> tags;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user