mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2025-06-15 06:20:49 +00:00
ビルドエラー回避のために一旦rootPathを戻した
This commit is contained in:
parent
162f0a7bdb
commit
92f9cfe4aa
@ -21,4 +21,7 @@ public class LibraryEntity {
|
|||||||
@ColumnInfo(name = "path")
|
@ColumnInfo(name = "path")
|
||||||
public String path; // パス
|
public String path; // パス
|
||||||
|
|
||||||
|
@ColumnInfo(name = "root_path")
|
||||||
|
public String rootPath; // ルートパス
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user