package com.jshop.dao; import com.jshop.entity.AdvertiseT; public interface AdvertiseTDao extends BaseTDao<AdvertiseT> { }