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