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