初始化

This commit is contained in:
2026-01-19 15:18:16 +08:00
parent a954a0e771
commit 6991a074dc
12 changed files with 312 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin>
<id>src_flowIntegration</id>
<name>第三方流程集成</name>
<category>20250111</category>
</plugin>

View File

@@ -0,0 +1,8 @@
<?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="flowIntegrationPluginApi" class="com.seeyon.apps.src_flowIntegration.FlowIntegrationPluginApi"/>
<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"/>
</beans>

View File

@@ -8,5 +8,5 @@
http://www.springframework.org/schema/context
http://www.springframework.org/schema/context/spring-context.xsd">
<!-- 扫描包以发现bean-->
<context:component-scan base-package="com.seeyon.apps.src_saomaoyi.*"/>
<context:component-scan base-package="com.seeyon.apps.src_saomaoyi"/>
</beans>