diff --git a/coolstore-partner-service/src/main/java/com/cool/store/service/impl/workflow/InterviewWorkFlowService.java b/coolstore-partner-service/src/main/java/com/cool/store/service/impl/workflow/InterviewWorkFlowService.java index 92cfe8c65..ec2923c7e 100644 --- a/coolstore-partner-service/src/main/java/com/cool/store/service/impl/workflow/InterviewWorkFlowService.java +++ b/coolstore-partner-service/src/main/java/com/cool/store/service/impl/workflow/InterviewWorkFlowService.java @@ -1,8 +1,11 @@ package com.cool.store.service.impl.workflow; +import com.cool.store.entity.HyPartnerInterviewDO; import com.cool.store.enums.WorkflowStageEnum; +import com.cool.store.mapper.HyPartnerInterviewMapper; import com.cool.store.request.CloseFollowRequest; import com.cool.store.request.TransferInvestmentManagerRequest; +import com.cool.store.service.InterviewService; import lombok.extern.slf4j.Slf4j; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service;