mirror of
				https://github.com/lacerta-doc/Lacerta.git
				synced 2025-11-04 08:50:47 +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…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user