public class GetMemberListRes extends BaseBean
| 构造器和说明 |
|---|
GetMemberListRes() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getCountInPage() |
List<EmployeeInfo> |
getEmployeeInfos() |
Integer |
getListPageCount() |
Integer |
getListPageNo() |
Integer |
getTotalCount() |
void |
setCountInPage(Integer countInPage) |
void |
setEmployeeInfos(List<EmployeeInfo> employeeInfos) |
void |
setListPageCount(Integer listPageCount) |
void |
setListPageNo(Integer listPageNo) |
void |
setTotalCount(Integer totalCount) |
public List<EmployeeInfo> getEmployeeInfos()
public void setEmployeeInfos(List<EmployeeInfo> employeeInfos)
public Integer getListPageNo()
public void setListPageNo(Integer listPageNo)
public Integer getCountInPage()
public void setCountInPage(Integer countInPage)
public Integer getListPageCount()
public void setListPageCount(Integer listPageCount)
public Integer getTotalCount()
public void setTotalCount(Integer totalCount)
Copyright © 2025. All rights reserved.