DocumentTagのモデル作成WIP

This commit is contained in:
r-ca 2023-12-14 04:21:37 +09:00
parent 8b0a7232cc
commit 2f004502a1
No known key found for this signature in database
GPG Key ID: 6A72911AC73464A9

View File

@ -1,4 +1,10 @@
package one.nem.lacerta.model.document.tag;
public class DocumentTag {
String id;
String name;
String color;
// TODO-rca: Getter/Setter
}