Uses of Class
io.dataease.plugins.common.base.domain.SysMenu
-
Packages that use SysMenu Package Description io.dataease.plugins.common.base.mapper -
-
Uses of SysMenu in io.dataease.plugins.common.base.mapper
Methods in io.dataease.plugins.common.base.mapper that return SysMenu Modifier and Type Method Description SysMenuSysMenuMapper. selectByPrimaryKey(Long menuId)Methods in io.dataease.plugins.common.base.mapper that return types with arguments of type SysMenu Modifier and Type Method Description List<SysMenu>SysMenuMapper. selectByExample(SysMenuExample example)Methods in io.dataease.plugins.common.base.mapper with parameters of type SysMenu Modifier and Type Method Description intSysMenuMapper. insert(SysMenu record)intSysMenuMapper. insertSelective(SysMenu record)intSysMenuMapper. updateByExample(SysMenu record, SysMenuExample example)intSysMenuMapper. updateByExampleSelective(SysMenu record, SysMenuExample example)intSysMenuMapper. updateByPrimaryKey(SysMenu record)intSysMenuMapper. updateByPrimaryKeySelective(SysMenu record)
-