mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 16:03:15 +00:00
Model修正
This commit is contained in:
parent
d40b188f87
commit
df3edbf354
|
@ -18,6 +18,12 @@ public class LibraryItemPage {
|
|||
this.parentId = parentId;
|
||||
}
|
||||
|
||||
public LibraryItemPage(String pageTitle, String pageId, ArrayList<ListItem> listItems) {
|
||||
this.pageTitle = pageTitle;
|
||||
this.pageId = pageId;
|
||||
this.listItems = listItems;
|
||||
}
|
||||
|
||||
public LibraryItemPage() {
|
||||
// Empty constructor
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user