ycl-common/src/main/java/com/ycl/service/depart/IDepartManagerService.java
@@ -4,6 +4,9 @@ import com.ycl.entity.depart.DepartManager; import org.apache.ibatis.annotations.Param; import java.util.Collection; import java.util.List; /** * <p> * 服务类 @@ -15,4 +18,11 @@ public interface IDepartManagerService extends IService<DepartManager> { void deleteByDepartId(Long departId); /** * 查询部门的员工id * @param deptId * @return */ Collection<Long> getByDeptId(Long deptId); }