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