mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-23 00:13:16 +00:00
DocumentEntityにisCombinedフラグを追加
This commit is contained in:
parent
77830ca96b
commit
055f1fdae1
|
@ -36,4 +36,7 @@ public class DocumentEntity {
|
|||
|
||||
@ColumnInfo(name = "parent_id")
|
||||
public String parentId; // 親フォルダID
|
||||
|
||||
@ColumnInfo(name = "is_combined")
|
||||
public boolean isCombined; // 結合されたドキュメントかどうか
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user