All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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