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