package com.hrms.dao; import com.hrms.model.Recruit; public interface IRecruitDao extends IGenericDao<Recruit, Integer> { }