com.wichell.framework.pagination.DefaultRow Maven / Gradle / Ivy
package com.wichell.framework.pagination;
/**
* 可分页的记录行
*
*
*/
public class DefaultRow implements Pageable {
private Long cnt;
public Long getCnt() {
return cnt;
}
public void setCnt(Long cnt) {
this.cnt = cnt;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy