mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-23 00:13:16 +00:00
DocumentTagのモデル作成WIP
This commit is contained in:
parent
8b0a7232cc
commit
2f004502a1
|
@ -1,4 +1,10 @@
|
|||
package one.nem.lacerta.model.document.tag;
|
||||
|
||||
public class DocumentTag {
|
||||
|
||||
String id;
|
||||
String name;
|
||||
String color;
|
||||
|
||||
// TODO-rca: Getter/Setter
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user