mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-23 00:13:16 +00:00
DBにパブリックパスを追加
This commit is contained in:
parent
c614230744
commit
da1dba5fda
|
@ -40,4 +40,7 @@ public class DocumentEntity {
|
||||||
|
|
||||||
@ColumnInfo(name = "tag_ids")
|
@ColumnInfo(name = "tag_ids")
|
||||||
public List<String> tagIds; // タグ
|
public List<String> tagIds; // タグ
|
||||||
|
|
||||||
|
@ColumnInfo(name = "public_path")
|
||||||
|
public String publicPath; // 公開パス
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user