package com.jshoperx.dao.impl; import com.jshoperx.dao.GoodsSpecificationsProductRpTDao; import com.jshoperx.entity.GoodsSpecificationsProductRpT; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.stereotype.Repository; @Repository("goodsSpecificationsProductRpTDao") public class GoodsSpecificationsProductRpTDaoImpl extends BaseTDaoImpl<GoodsSpecificationsProductRpT> implements GoodsSpecificationsProductRpTDao{ private static final Logger log = LoggerFactory.getLogger(GoodsSpecificationsProductRpTDaoImpl.class); }