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