public class BssApp extends Object implements org.yiwan.seiya.mybatis.extension.entity.BaseEntity<BssApp>, Serializable
| 构造器和说明 |
|---|
BssApp() |
| 限定符和类型 | 方法和说明 |
|---|---|
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 |
getAppId()
This method was generated by MyBatis Generator.
|
String |
getAppName()
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.
|
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<BssApp> |
select()
This method was generated by MyBatis Generator.
|
BssApp |
selectByPrimaryKey()
This method was generated by MyBatis Generator.
|
BssApp |
selectOne()
This method was generated by MyBatis Generator.
|
void |
setAppId(Long appId)
This method was generated by MyBatis Generator.
|
void |
setAppName(String appName)
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.
|
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.
|
BssApp |
withAppId(Long appId)
This method was generated by MyBatis Generator.
|
BssApp |
withAppName(String appName)
This method was generated by MyBatis Generator.
|
BssApp |
withCreateTime(Date createTime)
This method was generated by MyBatis Generator.
|
BssApp |
withCreateUserId(String createUserId)
This method was generated by MyBatis Generator.
|
BssApp |
withCreateUserName(String createUserName)
This method was generated by MyBatis Generator.
|
public Long getAppId()
public BssApp withAppId(Long appId)
public void setAppId(Long appId)
appId - the value for bss_app.app_idpublic String getAppName()
public BssApp withAppName(String appName)
public void setAppName(String appName)
appName - the value for bss_app.app_namepublic String getCreateUserId()
public BssApp withCreateUserId(String createUserId)
public void setCreateUserId(String createUserId)
createUserId - the value for bss_app.create_user_idpublic String getCreateUserName()
public BssApp withCreateUserName(String createUserName)
public void setCreateUserName(String createUserName)
createUserName - the value for bss_app.create_user_namepublic Date getCreateTime()
public BssApp withCreateTime(Date createTime)
public void setCreateTime(Date createTime)
createTime - the value for bss_app.create_timepublic int deleteByPrimaryKey()
deleteByPrimaryKey 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<BssApp>public int insert()
insert 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<BssApp>public int insertSelective()
insertSelective 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<BssApp>public BssApp selectByPrimaryKey()
selectByPrimaryKey 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<BssApp>public int updateByPrimaryKeySelective()
updateByPrimaryKeySelective 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<BssApp>public int updateByPrimaryKey()
updateByPrimaryKey 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<BssApp>public int delete()
delete 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<BssApp>public int count()
count 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<BssApp>public BssApp selectOne()
selectOne 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<BssApp>public List<BssApp> select()
select 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<BssApp>public int replace()
replace 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<BssApp>public int replaceSelective()
replaceSelective 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<BssApp>public Object pkVal()
pkVal 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<BssApp>public String toString()
public boolean equals(Object that)
Copyright © 2019. All rights reserved.