| | |
| | | package com.mindskip.xzs.repository; |
| | | |
| | | import com.mindskip.xzs.domain.Department; |
| | | import com.mindskip.xzs.domain.UserDepartment; |
| | | import com.mindskip.xzs.domain.vo.BaseSelect; |
| | | import com.mindskip.xzs.domain.vo.DepartmentExamineVO; |
| | |
| | | |
| | | List<UserDepartment> selectByUserId(@Param("userId") Integer userId); |
| | | |
| | | List<Department> selectDeptByUserId(@Param("userId") Integer userId); |
| | | |
| | | List<UserDepartment> selectByDepartmentId(@Param("departmentId") Integer departmentId); |
| | | |
| | | Integer removeByUserId(@Param("userId") Integer userId); |