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