mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-23 00:13:16 +00:00
Entity更新
This commit is contained in:
parent
a0f89de1ac
commit
58e0686304
|
@ -16,7 +16,7 @@ public class FolderEntity {
|
||||||
@ColumnInfo(name = "title")
|
@ColumnInfo(name = "title")
|
||||||
public String name; // フォルダ名
|
public String name; // フォルダ名
|
||||||
|
|
||||||
@ColumnInfo(name = "public_path")
|
@ColumnInfo(name = "parent_id")
|
||||||
public String publicPath; // 公開パス
|
public String parentId; // 親フォルダID
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user