heheng
10 天以前 ab795dcf9b4783682fbb85c37d5c20b2b9006a86
multi-system/src/main/java/com/gkhy/exam/system/mapper/SysDeptMapper.java
@@ -2,6 +2,8 @@
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;
@@ -21,6 +23,12 @@
     * @return 部门信息集合
     */
    public List<DeptVo> selectDeptList(SysDept dept);
    public List<DeptVo> selectDeptPageList(SysDeptPageReq dept);
    int selectDeptListCount(SysDept dept);
    /**
     *
@@ -125,4 +133,10 @@
     * @return 结果
     */
    public int deleteDeptById(Long deptId);
    int insetMangeBatch(List<SysDeptManage> sysDeptManages);
    int deleteMangeBatch(long deptId);
    List<SysDeptManage> getAllManage(long deptId);
}