mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-26 17:53:14 +00:00
子/親をDocumentEntity単体で管理するように
This commit is contained in:
parent
a187ef3523
commit
217b152c47
|
@ -37,6 +37,9 @@ public class DocumentEntity {
|
||||||
@ColumnInfo(name = "parent_id")
|
@ColumnInfo(name = "parent_id")
|
||||||
public String parentId; // 親フォルダID
|
public String parentId; // 親フォルダID
|
||||||
|
|
||||||
@ColumnInfo(name = "is_combined")
|
@ColumnInfo(name = "is_combine_child")
|
||||||
public boolean isCombined; // 結合されたドキュメントかどうか
|
public boolean isCombineChild; // 結合されたドキュメントの子かどうか
|
||||||
|
|
||||||
|
@ColumnInfo(name = "is_combine_parent")
|
||||||
|
public boolean isCombineParent; // 結合されたドキュメントの親かどうか
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user