|
@@ -76,12 +76,12 @@ public class UserView implements Serializable {
|
|
|
private Short identityValidCode;
|
|
private Short identityValidCode;
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
- * 密码登录
|
|
|
|
|
|
|
+ * 密码强度
|
|
|
*/
|
|
*/
|
|
|
private int passwordLevel;
|
|
private int passwordLevel;
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
- * 密码登录
|
|
|
|
|
|
|
+ * 有密保
|
|
|
*/
|
|
*/
|
|
|
private boolean hasQuestion;
|
|
private boolean hasQuestion;
|
|
|
|
|
|