package com.jshoperx.service.impl; import com.jshoperx.entity.LogisticsbusinessareaT; import com.jshoperx.service.LogisticsBAreaTService; import org.springframework.context.annotation.Scope; import org.springframework.stereotype.Service; @Service("logisticsBAreaTService") @Scope("prototype") public class LogisticsBAreaTServiceImpl extends BaseTServiceImpl<LogisticsbusinessareaT>implements LogisticsBAreaTService { }