package com.jshoperx.service.impl; import com.jshoperx.entity.GoodsTwocodeRpT; import com.jshoperx.service.GoodsTwocodeRelationshipTService; import org.springframework.context.annotation.Scope; import org.springframework.stereotype.Service; @Service("goodsTwocodeRelationshipTService") @Scope("prototype") public class GoodsTwocodeRelationshipTServiceImpl extends BaseTServiceImpl<GoodsTwocodeRpT>implements GoodsTwocodeRelationshipTService { }