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
a0f89de1ac
commit
58e0686304
|
@ -16,7 +16,7 @@ public class FolderEntity {
|
|||
@ColumnInfo(name = "title")
|
||||
public String name; // フォルダ名
|
||||
|
||||
@ColumnInfo(name = "public_path")
|
||||
public String publicPath; // 公開パス
|
||||
@ColumnInfo(name = "parent_id")
|
||||
public String parentId; // 親フォルダID
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user