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