【账号存储电话属性】
This commit is contained in:
parent
bd69d749b4
commit
bc5c79bcb4
@ -57,6 +57,7 @@ public class AccountCreateVO {
|
||||
public SysAccount toDB() {
|
||||
SysAccount account = new SysAccount();
|
||||
account.setAccount(this.account);
|
||||
account.setMobile(this.mobile);
|
||||
account.setEmail(this.email);
|
||||
account.setNickname(this.nickname);
|
||||
account.setPassword(this.password);
|
||||
|
Loading…
Reference in New Issue
Block a user