| | |
| | | import org.jeecg.modules.flowable.apithird.business.service.impl.FlowMyBusinessServiceImpl; |
| | | import org.jeecg.modules.flowable.apithird.common.exception.CustomException; |
| | | import org.jeecg.modules.flowable.service.impl.FlowInstanceServiceImpl; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.stereotype.Service; |
| | | |
| | | import javax.annotation.Resource; |
| | | |
| | | /** |
| | | *业务模块调用API的集合 |
| | |
| | | */ |
| | | @Service |
| | | public class FlowCommonService { |
| | | @Autowired |
| | | @Resource |
| | | FlowMyBusinessServiceImpl flowMyBusinessService; |
| | | @Autowired |
| | | @Resource |
| | | FlowInstanceServiceImpl flowInstanceService; |
| | | /** |
| | | * 初始生成或修改业务与流程的关联信息<br/> |