cn.vonce.sql.page.PagingService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of vonce-sqlbean-core Show documentation
Show all versions of vonce-sqlbean-core Show documentation
This is the core project of Sqlbean.
The newest version!
package cn.vonce.sql.page;
import java.io.Serializable;
/**
* 实现分页必须实现此接口
*
* @author jovi
* @email [email protected]
* @version 1.0
* @date 2017年3月14日上午11:51:49
*/
public interface PagingService extends Serializable {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy