multi-system/src/main/java/com/gkhy/exam/system/mapper/SysDeptMapper.java
@@ -3,6 +3,7 @@ import com.gkhy.exam.common.domain.entity.SysDept; import com.gkhy.exam.system.domain.SysDeptManage; import com.gkhy.exam.system.domain.req.SysDeptPageReq; import com.gkhy.exam.system.domain.vo.DeptVo; import org.apache.ibatis.annotations.Param; @@ -23,6 +24,10 @@ */ public List<DeptVo> selectDeptList(SysDept dept); public List<DeptVo> selectDeptPageList(SysDeptPageReq dept); int selectDeptListCount(SysDept dept); /**