2025-12-18康农种业项目初始化

This commit is contained in:
2025-12-18 10:34:48 +08:00
commit 77c3e5833e
480 changed files with 29930 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
profile=prod
prod.appId=00000515
prod.appSecret=HA8FU5HYTS6UT1SUVPBWSYXR71WWAMWA
prod.serverUrl=https://api.fadada.com/api/v5/
prod.openId=b04cdce3f5f94e828659ad1a29a43d46
#prod.notification=http://116.63.183.3/seeyon/rest/flow/notification/
#prod.oatoken=http://116.63.183.3/seeyon/rest/token/
#prod.restname=fadada
#prod.restpassword=46e0b5e8-6100-4d3f-a7a1-0aebbecd2df8
prod.notification=http://223.75.120.166:8888/seeyon/rest/flow/notification/
prod.oatoken=http://223.75.120.166:8888/seeyon/rest/token/
prod.restname=fadada
prod.restpassword=eb2cbc53-136e-4f91-b150-4f3def61552b
#profile=prod
test.appId=00000991
test.appSecret=UJUABDKUSTGDYVGBSG1MAAALOO1Z9754
test.serverUrl=https://uat-api.fadada.com/api/v5/
test.openId=d9241ef7886b46919952b224838c7b06
test.notification=http://39.103.213.20/seeyon/rest/flow/notification/
test.oatoken=http://39.103.213.20/seeyon/rest/token/
test.restname=xiuba
test.restpassword=b70c6492-65b5-4695-8176-eefb8748b0a9

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin>
<id>updateErCode</id>
<name>二维码更新</name>
<category>20231019</category>
</plugin>

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="openUnflowFieldCtrl" class="com.seeyon.apps.updateErCode.ctrl.OpenUnflowFieldCtrl"></bean>
</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="newErCodeDao" class="com.seeyon.apps.updateErCode.dao.NewErCodeDao"></bean>
</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="newErCodeService" class="com.seeyon.apps.updateErCode.server.NewErCodeService" />
</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="newErCodeServlet" class="com.seeyon.apps.updateErCode.servlet.NewErCodeServlet"></bean>
</beans>