public class CommonListBean extends Object
| 构造器和说明 |
|---|
CommonListBean() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Department> |
getDepartmentList() |
List<Role> |
getRoleList() |
void |
setDepartmentList(List<Department> departmentList) |
void |
setRoleList(List<Role> roleList) |
public List<Department> getDepartmentList()
public void setDepartmentList(List<Department> departmentList)
Copyright © 2019 GTMAP. All rights reserved.