| | |
| | | |
| | | |
| | | import com.gkhy.exam.common.domain.entity.SysDept; |
| | | import com.gkhy.exam.system.domain.SysDeptManage; |
| | | import com.gkhy.exam.system.domain.vo.DeptVo; |
| | | import org.apache.ibatis.annotations.Param; |
| | | |
| | |
| | | * @return 部门信息集合 |
| | | */ |
| | | public List<DeptVo> selectDeptList(SysDept dept); |
| | | |
| | | int selectDeptListCount(SysDept dept); |
| | | |
| | | /** |
| | | * |
| | |
| | | * @return 结果 |
| | | */ |
| | | public int deleteDeptById(Long deptId); |
| | | |
| | | |
| | | int insetMangeBatch(List<SysDeptManage> sysDeptManages); |
| | | int deleteMangeBatch(long deptId); |
| | | |
| | | List<SysDeptManage> getAllManage(long deptId); |
| | | } |