site.zfei.at.coxt.PageAble Maven / Gradle / Ivy
package site.zfei.at.coxt;
import lombok.Data;
import java.io.Serializable;
import java.util.Date;
@Data
public class PageAble implements Serializable {
public static final int ASC = 0;
public static final int DESC = 1;
private Date minTime;
private Date maxTime;
private Integer orderType;
private String orderCol;
private Integer pageNo = 1;
private Integer pageSize = 20;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy