Uses of Class
io.dataease.plugins.common.base.domain.SysRole
-
Packages that use SysRole Package Description io.dataease.plugins.common.base.mapper -
-
Uses of SysRole in io.dataease.plugins.common.base.mapper
Methods in io.dataease.plugins.common.base.mapper that return SysRole Modifier and Type Method Description SysRoleSysRoleMapper. selectByPrimaryKey(Long roleId)Methods in io.dataease.plugins.common.base.mapper that return types with arguments of type SysRole Modifier and Type Method Description List<SysRole>SysRoleMapper. selectByExample(SysRoleExample example)Methods in io.dataease.plugins.common.base.mapper with parameters of type SysRole Modifier and Type Method Description intSysRoleMapper. insert(SysRole record)intSysRoleMapper. insertSelective(SysRole record)intSysRoleMapper. updateByExample(SysRole record, SysRoleExample example)intSysRoleMapper. updateByExampleSelective(SysRole record, SysRoleExample example)intSysRoleMapper. updateByPrimaryKey(SysRole record)intSysRoleMapper. updateByPrimaryKeySelective(SysRole record)
-