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