Uses of Class
io.dataease.plugins.common.base.domain.SysDept
-
Packages that use SysDept Package Description io.dataease.plugins.common.base.mapper -
-
Uses of SysDept in io.dataease.plugins.common.base.mapper
Methods in io.dataease.plugins.common.base.mapper that return SysDept Modifier and Type Method Description SysDeptSysDeptMapper. selectByPrimaryKey(Long deptId)Methods in io.dataease.plugins.common.base.mapper that return types with arguments of type SysDept Modifier and Type Method Description List<SysDept>SysDeptMapper. selectByExample(SysDeptExample example)Methods in io.dataease.plugins.common.base.mapper with parameters of type SysDept Modifier and Type Method Description intSysDeptMapper. insert(SysDept record)intSysDeptMapper. insertSelective(SysDept record)intSysDeptMapper. updateByExample(SysDept record, SysDeptExample example)intSysDeptMapper. updateByExampleSelective(SysDept record, SysDeptExample example)intSysDeptMapper. updateByPrimaryKey(SysDept record)intSysDeptMapper. updateByPrimaryKeySelective(SysDept record)
-