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