package com.jshoperx.service.impl; import com.jshoperx.entity.MemberRechargeT; import com.jshoperx.service.MemberRechargeTService; import org.springframework.context.annotation.Scope; import org.springframework.stereotype.Service; @Service("memberRechargeTService") @Scope("prototype") public class MemberRechargeTServiceImpl extends BaseTServiceImpl<MemberRechargeT> implements MemberRechargeTService { }