Entity更新

This commit is contained in:
ろむねこ 2024-01-22 19:58:59 +09:00
parent 58e0686304
commit 9df033af73
No known key found for this signature in database
GPG Key ID: FA1F39A1BA37D168

View File

@ -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
}