package org.opentides.dao; import org.opentides.bean.ImageInfo; public interface ImageInfoDao extends BaseEntityDao<ImageInfo, Long> { }