package com.wooki.domain.dao; import com.wooki.domain.model.Authority; public interface AuthorityDAO extends GenericDAO<Authority, Long> { }