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