package com.keao.edu.user.dao; import com.keao.edu.common.dal.BaseDAO; import com.keao.edu.user.entity.ShortUrl; public interface ShortUrlDao extends BaseDAO<Long, ShortUrl> { }