Uses of Class
io.dataease.plugins.common.base.domain.SysDeptExample
-
Packages that use SysDeptExample Package Description io.dataease.plugins.common.base.mapper -
-
Uses of SysDeptExample in io.dataease.plugins.common.base.mapper
Methods in io.dataease.plugins.common.base.mapper with parameters of type SysDeptExample Modifier and Type Method Description longSysDeptMapper. countByExample(SysDeptExample example)intSysDeptMapper. deleteByExample(SysDeptExample example)List<SysDept>SysDeptMapper. selectByExample(SysDeptExample example)intSysDeptMapper. updateByExample(SysDept record, SysDeptExample example)intSysDeptMapper. updateByExampleSelective(SysDept record, SysDeptExample example)
-