mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-23 00:13:16 +00:00
source: WIP, Tagエンティティ修正
This commit is contained in:
parent
7124d089a7
commit
4eb5b3ad08
|
@ -9,7 +9,7 @@ public class Tag {
|
|||
@PrimaryKey
|
||||
public String id; // タグID
|
||||
|
||||
public String name; // タグ名
|
||||
public String tagName; // タグ名
|
||||
|
||||
public String color; // タグの色
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user