public class SysSassAccount extends Object implements org.yiwan.seiya.mybatis.extension.entity.BaseEntity<SysSassAccount>, Serializable
| 构造器和说明 |
|---|
SysSassAccount() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
count()
This method was generated by MyBatis Generator.
|
int |
delete()
This method was generated by MyBatis Generator.
|
int |
deleteByPrimaryKey()
This method was generated by MyBatis Generator.
|
boolean |
equals(Object that)
This method was generated by MyBatis Generator.
|
Long |
getAccountId()
This method was generated by MyBatis Generator.
|
Date |
getCreateTime()
This method was generated by MyBatis Generator.
|
String |
getCreateUserId()
This method was generated by MyBatis Generator.
|
String |
getCreateUserName()
This method was generated by MyBatis Generator.
|
String |
getEmail()
This method was generated by MyBatis Generator.
|
Integer |
getLoginType()
This method was generated by MyBatis Generator.
|
String |
getPassword()
This method was generated by MyBatis Generator.
|
Integer |
getStatus()
This method was generated by MyBatis Generator.
|
Date |
getStatusTime()
This method was generated by MyBatis Generator.
|
String |
getTelPhone()
This method was generated by MyBatis Generator.
|
Date |
getUpdateTime()
This method was generated by MyBatis Generator.
|
String |
getUpdateUserId()
This method was generated by MyBatis Generator.
|
String |
getUpdateUserName()
This method was generated by MyBatis Generator.
|
int |
hashCode()
This method was generated by MyBatis Generator.
|
int |
insert()
This method was generated by MyBatis Generator.
|
int |
insertSelective()
This method was generated by MyBatis Generator.
|
Object |
pkVal()
This method was generated by MyBatis Generator.
|
int |
replace()
This method was generated by MyBatis Generator.
|
int |
replaceSelective()
This method was generated by MyBatis Generator.
|
List<SysSassAccount> |
select()
This method was generated by MyBatis Generator.
|
SysSassAccount |
selectByPrimaryKey()
This method was generated by MyBatis Generator.
|
SysSassAccount |
selectOne()
This method was generated by MyBatis Generator.
|
void |
setAccountId(Long accountId)
This method was generated by MyBatis Generator.
|
void |
setCreateTime(Date createTime)
This method was generated by MyBatis Generator.
|
void |
setCreateUserId(String createUserId)
This method was generated by MyBatis Generator.
|
void |
setCreateUserName(String createUserName)
This method was generated by MyBatis Generator.
|
void |
setEmail(String email)
This method was generated by MyBatis Generator.
|
void |
setLoginType(Integer loginType)
This method was generated by MyBatis Generator.
|
void |
setPassword(String password)
This method was generated by MyBatis Generator.
|
void |
setStatus(Integer status)
This method was generated by MyBatis Generator.
|
void |
setStatusTime(Date statusTime)
This method was generated by MyBatis Generator.
|
void |
setTelPhone(String telPhone)
This method was generated by MyBatis Generator.
|
void |
setUpdateTime(Date updateTime)
This method was generated by MyBatis Generator.
|
void |
setUpdateUserId(String updateUserId)
This method was generated by MyBatis Generator.
|
void |
setUpdateUserName(String updateUserName)
This method was generated by MyBatis Generator.
|
String |
toString()
This method was generated by MyBatis Generator.
|
int |
updateByPrimaryKey()
This method was generated by MyBatis Generator.
|
int |
updateByPrimaryKeySelective()
This method was generated by MyBatis Generator.
|
SysSassAccount |
withAccountId(Long accountId)
This method was generated by MyBatis Generator.
|
SysSassAccount |
withCreateTime(Date createTime)
This method was generated by MyBatis Generator.
|
SysSassAccount |
withCreateUserId(String createUserId)
This method was generated by MyBatis Generator.
|
SysSassAccount |
withCreateUserName(String createUserName)
This method was generated by MyBatis Generator.
|
SysSassAccount |
withEmail(String email)
This method was generated by MyBatis Generator.
|
SysSassAccount |
withLoginType(Integer loginType)
This method was generated by MyBatis Generator.
|
SysSassAccount |
withPassword(String password)
This method was generated by MyBatis Generator.
|
SysSassAccount |
withStatus(Integer status)
This method was generated by MyBatis Generator.
|
SysSassAccount |
withStatusTime(Date statusTime)
This method was generated by MyBatis Generator.
|
SysSassAccount |
withTelPhone(String telPhone)
This method was generated by MyBatis Generator.
|
SysSassAccount |
withUpdateTime(Date updateTime)
This method was generated by MyBatis Generator.
|
SysSassAccount |
withUpdateUserId(String updateUserId)
This method was generated by MyBatis Generator.
|
SysSassAccount |
withUpdateUserName(String updateUserName)
This method was generated by MyBatis Generator.
|
public Long getAccountId()
public SysSassAccount withAccountId(Long accountId)
public void setAccountId(Long accountId)
accountId - the value for sys_sass_account.account_idpublic String getEmail()
public SysSassAccount withEmail(String email)
public void setEmail(String email)
email - the value for sys_sass_account.emailpublic String getPassword()
public SysSassAccount withPassword(String password)
public void setPassword(String password)
password - the value for sys_sass_account.passwordpublic String getTelPhone()
public SysSassAccount withTelPhone(String telPhone)
public void setTelPhone(String telPhone)
telPhone - the value for sys_sass_account.tel_phonepublic Integer getLoginType()
public SysSassAccount withLoginType(Integer loginType)
public void setLoginType(Integer loginType)
loginType - the value for sys_sass_account.login_typepublic Integer getStatus()
public SysSassAccount withStatus(Integer status)
public void setStatus(Integer status)
status - the value for sys_sass_account.statuspublic Date getStatusTime()
public SysSassAccount withStatusTime(Date statusTime)
public void setStatusTime(Date statusTime)
statusTime - the value for sys_sass_account.status_timepublic String getCreateUserId()
public SysSassAccount withCreateUserId(String createUserId)
public void setCreateUserId(String createUserId)
createUserId - the value for sys_sass_account.create_user_idpublic String getCreateUserName()
public SysSassAccount withCreateUserName(String createUserName)
public void setCreateUserName(String createUserName)
createUserName - the value for sys_sass_account.create_user_namepublic Date getCreateTime()
public SysSassAccount withCreateTime(Date createTime)
public void setCreateTime(Date createTime)
createTime - the value for sys_sass_account.create_timepublic String getUpdateUserId()
public SysSassAccount withUpdateUserId(String updateUserId)
public void setUpdateUserId(String updateUserId)
updateUserId - the value for sys_sass_account.update_user_idpublic String getUpdateUserName()
public SysSassAccount withUpdateUserName(String updateUserName)
public void setUpdateUserName(String updateUserName)
updateUserName - the value for sys_sass_account.update_user_namepublic Date getUpdateTime()
public SysSassAccount withUpdateTime(Date updateTime)
public void setUpdateTime(Date updateTime)
updateTime - the value for sys_sass_account.update_timepublic int deleteByPrimaryKey()
deleteByPrimaryKey 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<SysSassAccount>public int insert()
insert 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<SysSassAccount>public int insertSelective()
insertSelective 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<SysSassAccount>public SysSassAccount selectByPrimaryKey()
selectByPrimaryKey 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<SysSassAccount>public int updateByPrimaryKeySelective()
updateByPrimaryKeySelective 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<SysSassAccount>public int updateByPrimaryKey()
updateByPrimaryKey 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<SysSassAccount>public int delete()
delete 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<SysSassAccount>public int count()
count 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<SysSassAccount>public SysSassAccount selectOne()
selectOne 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<SysSassAccount>public List<SysSassAccount> select()
select 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<SysSassAccount>public int replace()
replace 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<SysSassAccount>public int replaceSelective()
replaceSelective 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<SysSassAccount>public Object pkVal()
pkVal 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<SysSassAccount>public String toString()
public boolean equals(Object that)
Copyright © 2019. All rights reserved.