Uses of Class
io.dataease.plugins.common.base.domain.SysUser
-
Packages that use SysUser Package Description io.dataease.plugins.common.base.mapper -
-
Uses of SysUser in io.dataease.plugins.common.base.mapper
Methods in io.dataease.plugins.common.base.mapper that return SysUser Modifier and Type Method Description SysUserSysUserMapper. selectByPrimaryKey(Long userId)Methods in io.dataease.plugins.common.base.mapper that return types with arguments of type SysUser Modifier and Type Method Description List<SysUser>SysUserMapper. selectByExample(SysUserExample example)Methods in io.dataease.plugins.common.base.mapper with parameters of type SysUser Modifier and Type Method Description intSysUserMapper. insert(SysUser record)intSysUserMapper. insertSelective(SysUser record)intSysUserMapper. updateByExample(SysUser record, SysUserExample example)intSysUserMapper. updateByExampleSelective(SysUser record, SysUserExample example)intSysUserMapper. updateByPrimaryKey(SysUser record)intSysUserMapper. updateByPrimaryKeySelective(SysUser record)
-