public class SysUserGroup extends Object implements org.yiwan.seiya.mybatis.extension.entity.BaseEntity<SysUserGroup>, Serializable
| 构造器和说明 |
|---|
SysUserGroup() |
| 限定符和类型 | 方法和说明 |
|---|---|
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.
|
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 |
getGroupCode()
This method was generated by MyBatis Generator.
|
String |
getGroupDesc()
This method was generated by MyBatis Generator.
|
Long |
getGroupId()
This method was generated by MyBatis Generator.
|
String |
getGroupName()
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.
|
Long |
getTenantId()
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<SysUserGroup> |
select()
This method was generated by MyBatis Generator.
|
SysUserGroup |
selectByPrimaryKey()
This method was generated by MyBatis Generator.
|
SysUserGroup |
selectOne()
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 |
setGroupCode(String groupCode)
This method was generated by MyBatis Generator.
|
void |
setGroupDesc(String groupDesc)
This method was generated by MyBatis Generator.
|
void |
setGroupId(Long groupId)
This method was generated by MyBatis Generator.
|
void |
setGroupName(String groupName)
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 |
setTenantId(Long tenantId)
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.
|
SysUserGroup |
withCreateTime(Date createTime)
This method was generated by MyBatis Generator.
|
SysUserGroup |
withCreateUserId(String createUserId)
This method was generated by MyBatis Generator.
|
SysUserGroup |
withCreateUserName(String createUserName)
This method was generated by MyBatis Generator.
|
SysUserGroup |
withGroupCode(String groupCode)
This method was generated by MyBatis Generator.
|
SysUserGroup |
withGroupDesc(String groupDesc)
This method was generated by MyBatis Generator.
|
SysUserGroup |
withGroupId(Long groupId)
This method was generated by MyBatis Generator.
|
SysUserGroup |
withGroupName(String groupName)
This method was generated by MyBatis Generator.
|
SysUserGroup |
withStatus(Integer status)
This method was generated by MyBatis Generator.
|
SysUserGroup |
withStatusTime(Date statusTime)
This method was generated by MyBatis Generator.
|
SysUserGroup |
withTenantId(Long tenantId)
This method was generated by MyBatis Generator.
|
SysUserGroup |
withUpdateTime(Date updateTime)
This method was generated by MyBatis Generator.
|
SysUserGroup |
withUpdateUserId(String updateUserId)
This method was generated by MyBatis Generator.
|
SysUserGroup |
withUpdateUserName(String updateUserName)
This method was generated by MyBatis Generator.
|
public Long getGroupId()
public SysUserGroup withGroupId(Long groupId)
public void setGroupId(Long groupId)
groupId - the value for sys_user_group.group_idpublic String getGroupCode()
public SysUserGroup withGroupCode(String groupCode)
public void setGroupCode(String groupCode)
groupCode - the value for sys_user_group.group_codepublic Long getTenantId()
public SysUserGroup withTenantId(Long tenantId)
public void setTenantId(Long tenantId)
tenantId - the value for sys_user_group.tenant_idpublic String getGroupName()
public SysUserGroup withGroupName(String groupName)
public void setGroupName(String groupName)
groupName - the value for sys_user_group.group_namepublic String getGroupDesc()
public SysUserGroup withGroupDesc(String groupDesc)
public void setGroupDesc(String groupDesc)
groupDesc - the value for sys_user_group.group_descpublic Integer getStatus()
public SysUserGroup withStatus(Integer status)
public void setStatus(Integer status)
status - the value for sys_user_group.statuspublic Date getStatusTime()
public SysUserGroup withStatusTime(Date statusTime)
public void setStatusTime(Date statusTime)
statusTime - the value for sys_user_group.status_timepublic String getCreateUserId()
public SysUserGroup withCreateUserId(String createUserId)
public void setCreateUserId(String createUserId)
createUserId - the value for sys_user_group.create_user_idpublic String getCreateUserName()
public SysUserGroup withCreateUserName(String createUserName)
public void setCreateUserName(String createUserName)
createUserName - the value for sys_user_group.create_user_namepublic Date getCreateTime()
public SysUserGroup withCreateTime(Date createTime)
public void setCreateTime(Date createTime)
createTime - the value for sys_user_group.create_timepublic String getUpdateUserId()
public SysUserGroup withUpdateUserId(String updateUserId)
public void setUpdateUserId(String updateUserId)
updateUserId - the value for sys_user_group.update_user_idpublic String getUpdateUserName()
public SysUserGroup withUpdateUserName(String updateUserName)
public void setUpdateUserName(String updateUserName)
updateUserName - the value for sys_user_group.update_user_namepublic Date getUpdateTime()
public SysUserGroup withUpdateTime(Date updateTime)
public void setUpdateTime(Date updateTime)
updateTime - the value for sys_user_group.update_timepublic int deleteByPrimaryKey()
deleteByPrimaryKey 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<SysUserGroup>public int insert()
insert 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<SysUserGroup>public int insertSelective()
insertSelective 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<SysUserGroup>public SysUserGroup selectByPrimaryKey()
selectByPrimaryKey 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<SysUserGroup>public int updateByPrimaryKeySelective()
updateByPrimaryKeySelective 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<SysUserGroup>public int updateByPrimaryKey()
updateByPrimaryKey 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<SysUserGroup>public int delete()
delete 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<SysUserGroup>public int count()
count 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<SysUserGroup>public SysUserGroup selectOne()
selectOne 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<SysUserGroup>public List<SysUserGroup> select()
select 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<SysUserGroup>public int replace()
replace 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<SysUserGroup>public int replaceSelective()
replaceSelective 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<SysUserGroup>public Object pkVal()
pkVal 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<SysUserGroup>public String toString()
public boolean equals(Object that)
Copyright © 2019. All rights reserved.