package com.xxx.mybatis.bean; import java.util.List; public class Pager<T> { private int page;//分頁起始頁 private int size;//每頁記錄數 ...
確定! 回上一頁