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