package com.jshoperx.dao.impl; import com.jshoperx.dao.GoodsCommentTDao; import com.jshoperx.entity.GoodsCommentT; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.stereotype.Repository; @Repository("goodsCommentTDao") public class GoodsCommentTDaoImpl extends BaseTDaoImpl<GoodsCommentT> implements GoodsCommentTDao { private static final Logger log = LoggerFactory.getLogger(GoodsAttributeTDaoImpl.class); }