李兴辉 8fdb3d0e90 init
2025-03-10 13:46:51 +08:00

12 lines
711 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:context="http://www.springframework.org/schema/context"
xsi:schemaLocation="http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans-4.3.xsd
http://www.springframework.org/schema/context https://www.springframework.org/schema/context/spring-context-4.3.xsd">
<bean name="TransportJobServiceImpl" class="com.cim.idm.mwmsextend.transportjob.service.TransportJobServiceImpl"/>
<bean name="TransportJobServiceUtil" class="com.cim.idm.mwmsextend.transportjob.service.TransportJobServiceUtil"/>
</beans>