2026-01-28通用流程集成,表单链接跳转功能

This commit is contained in:
2026-01-28 23:22:52 +08:00
parent 45db1085d1
commit ac16ee13a9
12 changed files with 507 additions and 85 deletions

View File

@@ -0,0 +1,7 @@
<?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 name="/formRedirectController.do" class="com.seeyon.apps.src_flowIntegration.controller.FormRedirectController" />
</beans>

View File

@@ -0,0 +1,6 @@
<?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="flowStatusCallbackEvent" class="com.seeyon.apps.src_flowIntegration.event.FlowStatusCallbackEvent"/>
</beans>