package com.jshoperx.service.impl; import org.springframework.context.annotation.Scope; import org.springframework.stereotype.Service; import com.jshoperx.entity.JshopbasicInfoT; import com.jshoperx.service.JshopbasicInfoTService; @Service("jshopbasicInfoTService") @Scope("prototype") public class JshopbasicInfoTServiceImpl extends BaseTServiceImpl<JshopbasicInfoT> implements JshopbasicInfoTService { }