heheng
6 天以前 ab795dcf9b4783682fbb85c37d5c20b2b9006a86
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);
    /**