Uses of Class
io.dataease.plugins.common.base.domain.SysDictExample
-
Packages that use SysDictExample Package Description io.dataease.plugins.common.base.mapper -
-
Uses of SysDictExample in io.dataease.plugins.common.base.mapper
Methods in io.dataease.plugins.common.base.mapper with parameters of type SysDictExample Modifier and Type Method Description longSysDictMapper. countByExample(SysDictExample example)intSysDictMapper. deleteByExample(SysDictExample example)List<SysDict>SysDictMapper. selectByExample(SysDictExample example)intSysDictMapper. updateByExample(SysDict record, SysDictExample example)intSysDictMapper. updateByExampleSelective(SysDict record, SysDictExample example)
-