public class AdminAccount
extends cn.ipokerface.common.model.entity.BaseTableEntity
| 构造器和说明 |
|---|
AdminAccount() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getMobile()
This method was generated by MyBatis Generator.
|
String |
getName()
This method was generated by MyBatis Generator.
|
String |
getPassword()
This method was generated by MyBatis Generator.
|
String |
getRemark()
This method was generated by MyBatis Generator.
|
String |
getSalt()
This method was generated by MyBatis Generator.
|
AccountStatus |
getStatus()
This method was generated by MyBatis Generator.
|
String |
getUsername()
This method was generated by MyBatis Generator.
|
void |
setMobile(String mobile)
This method was generated by MyBatis Generator.
|
void |
setName(String name)
This method was generated by MyBatis Generator.
|
void |
setPassword(String password)
This method was generated by MyBatis Generator.
|
void |
setRemark(String remark)
This method was generated by MyBatis Generator.
|
void |
setSalt(String salt)
This method was generated by MyBatis Generator.
|
void |
setStatus(AccountStatus status)
This method was generated by MyBatis Generator.
|
void |
setUsername(String username)
This method was generated by MyBatis Generator.
|
public String getUsername()
public void setUsername(String username)
username - the value for ADMIN_ACCOUNT.USERNAME
.generated Wed Apr 07 11:25:23 CST 2021public String getMobile()
public void setMobile(String mobile)
mobile - the value for ADMIN_ACCOUNT.MOBILE
.generated Wed Apr 07 11:25:23 CST 2021public String getName()
public void setName(String name)
name - the value for ADMIN_ACCOUNT.NAME
.generated Wed Apr 07 11:25:23 CST 2021public String getPassword()
public void setPassword(String password)
password - the value for ADMIN_ACCOUNT.PASSWORD
.generated Wed Apr 07 11:25:23 CST 2021public String getSalt()
public void setSalt(String salt)
salt - the value for ADMIN_ACCOUNT.SALT
.generated Wed Apr 07 11:25:23 CST 2021public AccountStatus getStatus()
public void setStatus(AccountStatus status)
status - the value for ADMIN_ACCOUNT.STATUS
.generated Wed Apr 07 11:25:23 CST 2021public String getRemark()
public void setRemark(String remark)
remark - the value for ADMIN_ACCOUNT.REMARK
.generated Wed Apr 07 11:25:23 CST 2021Copyright © 2021. All rights reserved.