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