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