mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 16:03:15 +00:00
Entity更新
This commit is contained in:
parent
58e0686304
commit
9df033af73
|
@ -40,6 +40,6 @@ public class DocumentEntity {
|
|||
@ColumnInfo(name = "tag_ids")
|
||||
public List<String> tagIds; // タグ
|
||||
|
||||
@ColumnInfo(name = "public_path")
|
||||
public String publicPath; // 公開パス
|
||||
@ColumnInfo(name = "parent_id")
|
||||
public String parentId; // 親フォルダID
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user