配置文件修改

2024年8月23日19:11:57
This commit is contained in:
xiang2lin 2024-08-23 19:12:00 +08:00
parent f450395718
commit 1b7db9826a
1 changed files with 1 additions and 0 deletions

View File

@ -3,4 +3,5 @@
<beans default-autowire="byName">
<bean name="deliveryOrderPluginServiceImpl" class="com.hzya.frame.plugin.kjs.service.impl.DeliveryOrderPluginServiceImpl" />
<bean name="momOrderPluginServiceImpl" class="com.hzya.frame.plugin.kjs.service.impl.MomOrderPluginServiceImpl" />
<bean name="kjsPluginBaseService" class="com.hzya.frame.plugin.kjs.service.impl.KjsPluginBaseService" />
</beans>