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