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