Uses of Class
io.dataease.plugins.common.base.domain.SysAuthExample
-
Packages that use SysAuthExample Package Description io.dataease.plugins.common.base.mapper -
-
Uses of SysAuthExample in io.dataease.plugins.common.base.mapper
Methods in io.dataease.plugins.common.base.mapper with parameters of type SysAuthExample Modifier and Type Method Description longSysAuthMapper. countByExample(SysAuthExample example)intSysAuthMapper. deleteByExample(SysAuthExample example)List<SysAuth>SysAuthMapper. selectByExample(SysAuthExample example)intSysAuthMapper. updateByExample(SysAuth record, SysAuthExample example)intSysAuthMapper. updateByExampleSelective(SysAuth record, SysAuthExample example)
-