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

com.nh.micro.dao.mapper.MicroPageInfo Maven / Gradle / Ivy

There is a newer version: 1.2.5-RELEASE
Show newest version
package com.nh.micro.dao.mapper;



/**
 * 
 * @author ninghao
 *
 */
public interface MicroPageInfo {
	public Integer getPageNo();
	public Integer getPageRows();
	public void setTotal(Long total);
	public String getOrderStr();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy