package com.jshoperx.dao; import com.jshoperx.entity.GoodsSpecificationsProductRpT; public interface GoodsSpecificationsProductRpTDao extends BaseTDao<GoodsSpecificationsProductRpT> { }