|
@@ -6,10 +6,12 @@ import com.iamberry.rst.service.customer.mapper.CustomerBasicInfoSaveMapper;
|
|
|
import org.slf4j.Logger;
|
|
|
import org.slf4j.LoggerFactory;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
+import org.springframework.stereotype.Service;
|
|
|
import org.springframework.transaction.annotation.Transactional;
|
|
|
|
|
|
import java.util.List;
|
|
|
|
|
|
+@Service
|
|
|
public class CustomerBasicInfoSaveServiceImpl implements CustomerBasicInfoSaveService {
|
|
|
|
|
|
private Logger logger = LoggerFactory.getLogger(CustomerBasicInfoSaveServiceImpl.class);
|