package com.hrms.service; import com.hrms.model.Post; public interface IPostService extends IGenericService<Post,Integer> { }