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

cn.vonce.sql.page.PagingService Maven / Gradle / Ivy

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