first commit

This commit is contained in:
2025-11-17 09:25:47 +08:00
parent 22e34d0032
commit a6302af951
164 changed files with 3342 additions and 42 deletions

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="flowbacklogDao" class="com.seeyon.apps.src_dhxbacklog.dao.impl.FlowbacklogDaoImpl" />
</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="flowbacklogService" class="com.seeyon.apps.src_dhxbacklog.service.impl.FlowbacklogServiceImpl" />
</beans>

Some files were not shown because too many files have changed in this diff Show More