2026-02-26通用流程集成功能demo上传

This commit is contained in:
2026-02-26 15:42:10 +08:00
parent ac16ee13a9
commit cd32de18cd
21 changed files with 1889 additions and 310 deletions

View File

@@ -2,6 +2,4 @@
<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd">
<beans default-autowire="byName">
<bean name="/formRedirectController.do" class="com.seeyon.apps.src_flowIntegration.controller.FormRedirectController" />
</beans>

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd">
<beans default-autowire="byName">
<bean id="flowEventListener" class="com.seeyon.apps.src_flowIntegration.listener.FlowEventListener" />
</beans>

View File

@@ -5,6 +5,7 @@
<bean id="thirdSysBizMapService" class="com.seeyon.apps.src_flowIntegration.service.ThirdSysBizMapService"/>
<bean id="flowIntegrationService" class="com.seeyon.apps.src_flowIntegration.service.FlowIntegrationService"/>
<bean id="oaFlowCreateService" class="com.seeyon.apps.src_flowIntegration.service.OaFlowCreateService"/>
<bean id="oaFlowQueryService" class="com.seeyon.apps.src_flowIntegration.service.OaFlowQueryService"/>
<bean id="configProvider" class="com.seeyon.apps.src_flowIntegration.config.FlowIntegrationConfigProvider"/>