Uses of Class
io.dataease.plugins.common.base.domain.SysAuth
-
Packages that use SysAuth Package Description io.dataease.plugins.common.base.mapper -
-
Uses of SysAuth in io.dataease.plugins.common.base.mapper
Methods in io.dataease.plugins.common.base.mapper that return SysAuth Modifier and Type Method Description SysAuthSysAuthMapper. selectByPrimaryKey(String id)Methods in io.dataease.plugins.common.base.mapper that return types with arguments of type SysAuth Modifier and Type Method Description List<SysAuth>SysAuthMapper. selectByExample(SysAuthExample example)Methods in io.dataease.plugins.common.base.mapper with parameters of type SysAuth Modifier and Type Method Description intSysAuthMapper. insert(SysAuth record)intSysAuthMapper. insertSelective(SysAuth record)intSysAuthMapper. updateByExample(SysAuth record, SysAuthExample example)intSysAuthMapper. updateByExampleSelective(SysAuth record, SysAuthExample example)intSysAuthMapper. updateByPrimaryKey(SysAuth record)intSysAuthMapper. updateByPrimaryKeySelective(SysAuth record)
-