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