mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-26 09:43:15 +00:00
メタデータのモデル作成 WIP
This commit is contained in:
parent
6adcbf81c6
commit
bc06438811
|
@ -0,0 +1,15 @@
|
||||||
|
package one.nem.lacerta.processor.model;
|
||||||
|
|
||||||
|
import java.util.ArrayList;
|
||||||
|
import java.util.Date;
|
||||||
|
|
||||||
|
public class XmlMetaModel {
|
||||||
|
|
||||||
|
String title;
|
||||||
|
String author;
|
||||||
|
String description;
|
||||||
|
Date created;
|
||||||
|
Date updated;
|
||||||
|
String defaultBranch;
|
||||||
|
ArrayList<XmlMetaPageModel> pages;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user