package com.jshoperx.service; import com.jshoperx.entity.GoodsSpecificationsProductRpT; public interface GoodsSpecificationsProductRpTService extends BaseTService<GoodsSpecificationsProductRpT>{ }