Java 经常使用工具类(13) : 分页工具类

public class PageUtil { public static Integer DEFAULT_PAGE = 1; public static Integer DEFAULT_COUNT = 10; public static Integer getStart(Integer page, Integer count) { if (null
相关文章
相关标签/搜索