mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-23 00:13:16 +00:00
DocumentMetaのモデル作成WIP
This commit is contained in:
parent
250101c00a
commit
d4f1d76763
|
@ -0,0 +1,14 @@
|
|||
package one.nem.lacerta.model.document;
|
||||
|
||||
import java.util.Date;
|
||||
|
||||
public class DocumentMeta {
|
||||
|
||||
String id;
|
||||
String title;
|
||||
Date updatedAt;
|
||||
String author;
|
||||
String defaultBranch;
|
||||
|
||||
// TODO-rca: Getter, Setter
|
||||
}
|
Loading…
Reference in New Issue
Block a user