package com.team.code; import java.util.List; public class PageJsonResult { private int total; private int pageSize; private int pageNumber; private List<?> rows; public int getPageSize() { return pageSize; } public void setPageSize(int pageSize) { this.pageSize = pageSize; } public int getPageNumber() { return pageNumber; } public void setPageNumber(int pageNumber) { this.pageNumber = pageNumber; } public int getTotal() { return total; } public void setTotal(int total) { this.total = total; } public List<?> getRows() { return rows; } public void setRows(List<?> rows) { this.rows = rows; } }

lilong007 LV23
2023年12月30日
gecongkai LV8
2023年6月22日
lbsers LV5
2023年5月6日
朱俪的邮件及存储 LV8
2023年4月19日
LITIANYU084414 LV11
2023年1月1日
云龙123456 LV7
2022年12月2日
zhuwang LV5
2022年11月17日
qwer123546 LV13
2022年9月28日
mdz123456mao LV3
2022年6月19日
chenhan413 LV10
2022年5月20日