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