package com.team.code;
import com.team.pojo.Student;
import java.util.List;
public class TableSplitResult{
private Integer page;
private Integer total;
private List<Student> stu;
public Integer getPage() {
return page;
}
public void setPage(Integer page) {
this.page = page;
}
public Integer getTotal() {
return total;
}
public void setTotal(Integer total) {
this.total = total;
}
public List<Student> getStu() {
return stu;
}
public void setStu(List<Student> stu) {
this.stu = stu;
}
}
最近下载更多
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日

最近浏览