package com.jshop.service; import com.jshop.entity.GoodsCardsT; public interface GoodsCardsTService extends BaseTService<GoodsCardsT>{ }