摘要:
先是一个page的bean: package com.leatherstore.other; public class Page { /** 是否有上一页 */ private boolean hasPrePage; /** 是否有下一页 */ private boolean hasNextPage; /** 每页的数量 */ private int everyPage; /** 总页数 */ private int totalPage; /** 当前页*/ private int currentPage; /** 起始点 */ private int... 阅读全文
posted @ 2013-06-05 09:21
java程序代码
阅读(208)
评论(0)
推荐(0)

浙公网安备 33010602011771号