用户可以开关是否使用密码
This commit is contained in:
@@ -20,4 +20,5 @@ public class UserInfoPwdEditDTO {
|
||||
*/
|
||||
@NotEmpty(message = "验证码不为空")
|
||||
private String code;
|
||||
private Integer usePayPwd;
|
||||
}
|
||||
|
||||
@@ -94,5 +94,6 @@ public class UserInfo implements Serializable {
|
||||
|
||||
@Column(onInsertValue = "now()", onUpdateValue = "now()")
|
||||
private LocalDateTime updateTime;
|
||||
private Integer usePayTwd;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user