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

cn.schoolwow.quickdao.domain.database.dql.response.PagingHandler Maven / Gradle / Ivy

There is a newer version: 5.3.1
Show newest version
package cn.schoolwow.quickdao.domain.database.dql.response;

public interface PagingHandler {
    /**
     * 分页处理方法
     * */
    boolean pagingHandle(PageVo pageVo);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy