package com.jshoperx.service.impl; import com.jshoperx.entity.DeliverAddressT; import com.jshoperx.service.DeliverAddressTService; import org.springframework.context.annotation.Scope; import org.springframework.stereotype.Service; @Service("deliverAddressTService") @Scope("prototype") public class DeliverAddressTServiceImpl extends BaseTServiceImpl<DeliverAddressT> implements DeliverAddressTService { }