Commit c4c074cd by guojuxing

管理员列表查询接口修改

parent 0eee84cf
......@@ -18,6 +18,10 @@ public class UserListQO extends PageQO{
private Integer enterpriseId;
private Integer roleId;
private Integer resourceId;
public String getSearch() {
return search;
}
......@@ -33,4 +37,20 @@ public class UserListQO extends PageQO{
public void setEnterpriseId(Integer enterpriseId) {
this.enterpriseId = enterpriseId;
}
public Integer getRoleId() {
return roleId;
}
public void setRoleId(Integer roleId) {
this.roleId = roleId;
}
public Integer getResourceId() {
return resourceId;
}
public void setResourceId(Integer resourceId) {
this.resourceId = resourceId;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment