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

com.wichell.framework.pagination.Pageable Maven / Gradle / Ivy

package com.wichell.framework.pagination;

/**
 * 可分页接口
 * 
 *
 */
public interface Pageable {
	/**
	 * 
	 * @return 总数
	 */
	public Long getCnt();
	public void setCnt(Long cnt);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy