Commit 63af8edb by Huang Linyu

后台 - 权限 - 添加是否有效查询

parent c553630e
......@@ -11,8 +11,17 @@ public class AdminUserQuery extends AbstractPagedQuery {
private Integer id;
private String userName;
private String nickName;
private Boolean enable;
public Boolean getEnable() {
return enable;
}
public void setEnable(Boolean enable) {
this.enable = enable;
}
public Integer getId() {
return id;
}
......
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 sign in to comment