com.terapico.caf.viewcomponent.PageViewBookReviewList Maven / Gradle / Ivy
The newest version!
package com.terapico.caf.viewcomponent;
/**
* 标明此页是“动态”
* @author clariones
*
*/
public class PageViewBookReviewList extends PageViewComponent {
public PageViewBookReviewList() {
super();
}
public PageViewBookReviewList(String title) {
super(title);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy