package com.jshoperx.service.impl; import com.jshoperx.entity.GoodsAttributeRpT; import com.jshoperx.service.GoodsAttributeRpTService; import org.springframework.context.annotation.Scope; import org.springframework.stereotype.Service; @Service("goodsAttributeRpTService") @Scope("prototype") public class GoodsAttributeRpTServiceImpl extends BaseTServiceImpl<GoodsAttributeRpT> implements GoodsAttributeRpTService { }