public class BssCompanyServiceRel extends Object implements org.yiwan.seiya.mybatis.extension.entity.BaseEntity<BssCompanyServiceRel>, Serializable
| 构造器和说明 |
|---|
BssCompanyServiceRel() |
| 限定符和类型 | 方法和说明 |
|---|---|
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.
|
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 |
getId()
This method was generated by MyBatis Generator.
|
String |
getOperateReason()
This method was generated by MyBatis Generator.
|
String |
getRemarks()
This method was generated by MyBatis Generator.
|
Long |
getServicePackageId()
This method was generated by MyBatis Generator.
|
Integer |
getStatus()
This method was generated by MyBatis Generator.
|
Long |
getTenantId()
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<BssCompanyServiceRel> |
select()
This method was generated by MyBatis Generator.
|
BssCompanyServiceRel |
selectByPrimaryKey()
This method was generated by MyBatis Generator.
|
BssCompanyServiceRel |
selectOne()
This method was generated by MyBatis Generator.
|
void |
setCompanyId(Long companyId)
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 |
setId(Long id)
This method was generated by MyBatis Generator.
|
void |
setOperateReason(String operateReason)
This method was generated by MyBatis Generator.
|
void |
setRemarks(String remarks)
This method was generated by MyBatis Generator.
|
void |
setServicePackageId(Long servicePackageId)
This method was generated by MyBatis Generator.
|
void |
setStatus(Integer status)
This method was generated by MyBatis Generator.
|
void |
setTenantId(Long tenantId)
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.
|
BssCompanyServiceRel |
withCompanyId(Long companyId)
This method was generated by MyBatis Generator.
|
BssCompanyServiceRel |
withCreateTime(Date createTime)
This method was generated by MyBatis Generator.
|
BssCompanyServiceRel |
withCreateUserId(String createUserId)
This method was generated by MyBatis Generator.
|
BssCompanyServiceRel |
withCreateUserName(String createUserName)
This method was generated by MyBatis Generator.
|
BssCompanyServiceRel |
withId(Long id)
This method was generated by MyBatis Generator.
|
BssCompanyServiceRel |
withOperateReason(String operateReason)
This method was generated by MyBatis Generator.
|
BssCompanyServiceRel |
withRemarks(String remarks)
This method was generated by MyBatis Generator.
|
BssCompanyServiceRel |
withServicePackageId(Long servicePackageId)
This method was generated by MyBatis Generator.
|
BssCompanyServiceRel |
withStatus(Integer status)
This method was generated by MyBatis Generator.
|
BssCompanyServiceRel |
withTenantId(Long tenantId)
This method was generated by MyBatis Generator.
|
public Long getId()
public BssCompanyServiceRel withId(Long id)
public void setId(Long id)
id - the value for bss_company_service_rel.idpublic Long getTenantId()
public BssCompanyServiceRel withTenantId(Long tenantId)
public void setTenantId(Long tenantId)
tenantId - the value for bss_company_service_rel.tenant_idpublic Long getCompanyId()
public BssCompanyServiceRel withCompanyId(Long companyId)
public void setCompanyId(Long companyId)
companyId - the value for bss_company_service_rel.company_idpublic Long getServicePackageId()
public BssCompanyServiceRel withServicePackageId(Long servicePackageId)
public void setServicePackageId(Long servicePackageId)
servicePackageId - the value for bss_company_service_rel.service_package_idpublic String getRemarks()
public BssCompanyServiceRel withRemarks(String remarks)
public void setRemarks(String remarks)
remarks - the value for bss_company_service_rel.remarkspublic Integer getStatus()
public BssCompanyServiceRel withStatus(Integer status)
public void setStatus(Integer status)
status - the value for bss_company_service_rel.statuspublic String getOperateReason()
public BssCompanyServiceRel withOperateReason(String operateReason)
public void setOperateReason(String operateReason)
operateReason - the value for bss_company_service_rel.operate_reasonpublic String getCreateUserId()
public BssCompanyServiceRel withCreateUserId(String createUserId)
public void setCreateUserId(String createUserId)
createUserId - the value for bss_company_service_rel.create_user_idpublic String getCreateUserName()
public BssCompanyServiceRel withCreateUserName(String createUserName)
public void setCreateUserName(String createUserName)
createUserName - the value for bss_company_service_rel.create_user_namepublic Date getCreateTime()
public BssCompanyServiceRel withCreateTime(Date createTime)
public void setCreateTime(Date createTime)
createTime - the value for bss_company_service_rel.create_timepublic int deleteByPrimaryKey()
deleteByPrimaryKey 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<BssCompanyServiceRel>public int insert()
insert 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<BssCompanyServiceRel>public int insertSelective()
insertSelective 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<BssCompanyServiceRel>public BssCompanyServiceRel selectByPrimaryKey()
selectByPrimaryKey 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<BssCompanyServiceRel>public int updateByPrimaryKeySelective()
updateByPrimaryKeySelective 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<BssCompanyServiceRel>public int updateByPrimaryKey()
updateByPrimaryKey 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<BssCompanyServiceRel>public int delete()
delete 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<BssCompanyServiceRel>public int count()
count 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<BssCompanyServiceRel>public BssCompanyServiceRel selectOne()
selectOne 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<BssCompanyServiceRel>public List<BssCompanyServiceRel> select()
select 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<BssCompanyServiceRel>public int replace()
replace 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<BssCompanyServiceRel>public int replaceSelective()
replaceSelective 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<BssCompanyServiceRel>public Object pkVal()
pkVal 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<BssCompanyServiceRel>public String toString()
public boolean equals(Object that)
Copyright © 2019. All rights reserved.