用户管理模块
1、用户类型添加 2、新增vpn服务器ip修改
This commit is contained in:
@@ -23,6 +23,7 @@ public class UserManage extends BaseEntity<UserManage>{
|
||||
private Date editTime;
|
||||
private Integer isValid;
|
||||
private String remarks;
|
||||
private String userType;
|
||||
|
||||
private String newUserPwd;
|
||||
private String oldUserName;//原用户名
|
||||
@@ -51,6 +52,14 @@ public class UserManage extends BaseEntity<UserManage>{
|
||||
private Integer functionId;
|
||||
private String isAudit;
|
||||
|
||||
|
||||
|
||||
public String getUserType() {
|
||||
return userType;
|
||||
}
|
||||
public void setUserType(String userType) {
|
||||
this.userType = userType;
|
||||
}
|
||||
public String getIsAudit() {
|
||||
return isAudit;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user