mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-26 17:53:14 +00:00
修正
This commit is contained in:
parent
d28f03573d
commit
489ed3c4f8
|
@ -34,6 +34,6 @@ public class DocumentEntity {
|
||||||
@ColumnInfo(name = "default_branch")
|
@ColumnInfo(name = "default_branch")
|
||||||
public String defaultBranch; // デフォルトブランチ
|
public String defaultBranch; // デフォルトブランチ
|
||||||
|
|
||||||
@ColumnInfo(name = "tag_ids
|
@ColumnInfo(name = "tag_ids")
|
||||||
public ArrayList<String> tagIds; // タグ
|
public ArrayList<String> tagIds; // タグ
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user