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