public class BssLogCompanyApply extends Object implements org.yiwan.seiya.mybatis.extension.entity.BaseEntity<BssLogCompanyApply>, Serializable
| 构造器和说明 |
|---|
BssLogCompanyApply() |
| 限定符和类型 | 方法和说明 |
|---|---|
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 |
getCompanyId()
This method was generated by MyBatis Generator.
|
String |
getCompanyName()
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.
|
Long |
getLogId()
This method was generated by MyBatis Generator.
|
String |
getOperateReason()
This method was generated by MyBatis Generator.
|
Integer |
getStatus()
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<BssLogCompanyApply> |
select()
This method was generated by MyBatis Generator.
|
BssLogCompanyApply |
selectByPrimaryKey()
This method was generated by MyBatis Generator.
|
BssLogCompanyApply |
selectOne()
This method was generated by MyBatis Generator.
|
void |
setCompanyId(Long companyId)
This method was generated by MyBatis Generator.
|
void |
setCompanyName(String companyName)
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 |
setLogId(Long logId)
This method was generated by MyBatis Generator.
|
void |
setOperateReason(String operateReason)
This method was generated by MyBatis Generator.
|
void |
setStatus(Integer status)
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.
|
BssLogCompanyApply |
withCompanyId(Long companyId)
This method was generated by MyBatis Generator.
|
BssLogCompanyApply |
withCompanyName(String companyName)
This method was generated by MyBatis Generator.
|
BssLogCompanyApply |
withCreateTime(Date createTime)
This method was generated by MyBatis Generator.
|
BssLogCompanyApply |
withCreateUserId(String createUserId)
This method was generated by MyBatis Generator.
|
BssLogCompanyApply |
withCreateUserName(String createUserName)
This method was generated by MyBatis Generator.
|
BssLogCompanyApply |
withLogId(Long logId)
This method was generated by MyBatis Generator.
|
BssLogCompanyApply |
withOperateReason(String operateReason)
This method was generated by MyBatis Generator.
|
BssLogCompanyApply |
withStatus(Integer status)
This method was generated by MyBatis Generator.
|
public Long getLogId()
public BssLogCompanyApply withLogId(Long logId)
public void setLogId(Long logId)
logId - the value for bss_log_company_apply.log_idpublic Long getCompanyId()
public BssLogCompanyApply withCompanyId(Long companyId)
public void setCompanyId(Long companyId)
companyId - the value for bss_log_company_apply.company_idpublic String getCompanyName()
public BssLogCompanyApply withCompanyName(String companyName)
public void setCompanyName(String companyName)
companyName - the value for bss_log_company_apply.company_namepublic Integer getStatus()
public BssLogCompanyApply withStatus(Integer status)
public void setStatus(Integer status)
status - the value for bss_log_company_apply.statuspublic String getOperateReason()
public BssLogCompanyApply withOperateReason(String operateReason)
public void setOperateReason(String operateReason)
operateReason - the value for bss_log_company_apply.operate_reasonpublic String getCreateUserId()
public BssLogCompanyApply withCreateUserId(String createUserId)
public void setCreateUserId(String createUserId)
createUserId - the value for bss_log_company_apply.create_user_idpublic String getCreateUserName()
public BssLogCompanyApply withCreateUserName(String createUserName)
public void setCreateUserName(String createUserName)
createUserName - the value for bss_log_company_apply.create_user_namepublic Date getCreateTime()
public BssLogCompanyApply withCreateTime(Date createTime)
public void setCreateTime(Date createTime)
createTime - the value for bss_log_company_apply.create_timepublic int deleteByPrimaryKey()
deleteByPrimaryKey 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<BssLogCompanyApply>public int insert()
insert 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<BssLogCompanyApply>public int insertSelective()
insertSelective 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<BssLogCompanyApply>public BssLogCompanyApply selectByPrimaryKey()
selectByPrimaryKey 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<BssLogCompanyApply>public int updateByPrimaryKeySelective()
updateByPrimaryKeySelective 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<BssLogCompanyApply>public int updateByPrimaryKey()
updateByPrimaryKey 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<BssLogCompanyApply>public int delete()
delete 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<BssLogCompanyApply>public int count()
count 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<BssLogCompanyApply>public BssLogCompanyApply selectOne()
selectOne 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<BssLogCompanyApply>public List<BssLogCompanyApply> select()
select 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<BssLogCompanyApply>public int replace()
replace 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<BssLogCompanyApply>public int replaceSelective()
replaceSelective 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<BssLogCompanyApply>public Object pkVal()
pkVal 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<BssLogCompanyApply>public String toString()
public boolean equals(Object that)
Copyright © 2019. All rights reserved.