📄 .#applicationcontext-action.xml.1.68
字号:
</bean>
<bean name="/uploadFile" class="com.vodacar.repository.action.FileUpload">
<property name="autoPhotoService">
<ref bean="autoPhotoService" />
</property>
<property name="jifenService">
<ref bean="jifenService" />
</property>
</bean>
<bean name="/autoPhotoAction" class="com.vodacar.repository.action.AutoPhotoAction">
<property name="autoPhotoService">
<ref bean="autoPhotoService" />
</property>
<property name="tagService">
<ref bean="tagService" />
</property>
<property name="makeService">
<ref bean="makeService" />
</property>
<property name="seriesService">
<ref bean="seriesService" />
</property>
<property name="classService">
<ref bean="classService" />
</property>
</bean>
<bean name="/sustentationAction" class="com.vodacar.repository.action.SustentationAction">
<property name="sustentationService">
<ref bean="sustentationService" />
</property>
<property name="dictService">
<ref bean="dictService" />
</property>
<property name="tagService">
<ref bean="tagService" />
</property>
<property name="jifenService">
<ref bean="jifenService" />
</property>
</bean>
<bean name="/loginAction" class="com.vodacar.user.action.LoginAction">
<property name="userInfoService">
<ref bean="userInfoService" />
</property>
<property name="makeService">
<ref bean="makeService" />
</property>
<property name="baseInterfaceService">
<ref bean="baseInterfaceService" />
</property>
<property name="jifenService">
<ref bean="jifenService" />
</property>
</bean>
<bean name="/approvalAction" class="com.vodacar.system.action.ApprovalAction">
<property name="makeService">
<ref bean="makeService" />
</property>
<property name="historyService">
<ref bean="historyService" />
</property>
<property name="seriesService">
<ref bean="seriesService" />
</property>
<property name="marketService">
<ref bean="marketService" />
</property>
<property name="vendorsService">
<ref bean="vendorsService" />
</property>
<property name="maintainingService">
<ref bean="maintainingService" />
</property>
<property name="priceService">
<ref bean="priceService" />
</property>
<property name="partService">
<ref bean="partService" />
</property>
<property name="partClassService">
<ref bean="partClassService" />
</property>
<property name="sustentationService">
<ref bean="sustentationService" />
</property>
<property name="serviceService">
<ref bean="serviceService" />
</property>
<property name="insuranceService">
<ref bean="insuranceService" />
</property>
</bean>
<bean name="/garageAction" class="com.vodacar.user.action.GarageAction">
<property name="userInfoService">
<ref bean="userInfoService" />
</property>
<property name="baseInterfaceService">
<ref bean="baseInterfaceService" />
</property>
</bean>
<bean name="/committeAction" class="com.vodacar.user.action.CommitteAction">
<property name="applicationService">
<ref bean="applicationService" />
</property>
</bean>
<bean name="/advoiceAction" class="com.vodacar.user.action.AdvoiceAction">
<property name="advoiceService">
<ref bean="advoiceService" />
</property>
</bean>
<bean name="/topicPostAction" class="com.vodacar.system.action.TopicPostAction">
<property name="bbsService">
<ref bean="bbsService" />
</property>
</bean>
<bean name="/myTagAction" class="com.vodacar.user.action.MyTagAction">
<property name="userInfoService">
<ref bean="userInfoService" />
</property>
<property name="tagService">
<ref bean="tagService" />
</property>
</bean>
<bean name="/versionApprovalAction" class="com.vodacar.system.action.VersionApprovalAction">
<property name="historyService">
<ref bean="historyService" />
</property>
<property name="manuService">
<ref bean="manuService" />
</property>
<property name="baseInterfaceService">
<ref bean="baseInterfaceService" />
</property>
<property name="vendorsService">
<ref bean="vendorsService" />
</property>
<property name="maintainingService">
<ref bean="maintainingService" />
</property>
<property name="priceService">
<ref bean="priceService" />
</property>
<property name="sustentationService">
<ref bean="sustentationService" />
</property>
<property name="dictService">
<ref bean="dictService" />
</property>
<property name="classService">
<ref bean="classService" />
</property>
<property name="textPublishService">
<ref bean="textPublishService" />
</property>
<property name="serviceService">
<ref bean="serviceService" />
</property>
<property name="insuranceService">
<ref bean="insuranceService" />
</property>
<property name="secondHandService">
<ref bean="secondHandService" />
</property>
<property name="reassembleService">
<ref bean="reassembleService" />
</property>
</bean>
<bean name="/serviceAction" class="com.vodacar.repository.action.ServiceAction">
<property name="dictService">
<ref bean="dictService" />
</property>
<property name="tagService">
<ref bean="tagService" />
</property>
<property name="serviceService">
<ref bean="serviceService" />
</property>
<property name="jifenService">
<ref bean="jifenService" />
</property>
</bean>
<bean name="/insuranceAction" class="com.vodacar.repository.action.InsuranceAction">
<property name="dictService">
<ref bean="dictService" />
</property>
<property name="tagService">
<ref bean="tagService" />
</property>
<property name="insuranceService">
<ref bean="insuranceService" />
</property>
<property name="jifenService">
<ref bean="jifenService" />
</property>
</bean>
<bean name="/secondHandAction" class="com.vodacar.repository.action.SecondHandAction">
<property name="secondHandService">
<ref bean="secondHandService" />
</property>
<property name="dictService">
<ref bean="dictService" />
</property>
<property name="tagService">
<ref bean="tagService" />
</property>
<property name="makeService">
<ref bean="makeService" />
</property>
<property name="classService">
<ref bean="classService" />
</property>
<property name="jifenService">
<ref bean="jifenService" />
</property>
</bean>
<bean name="/reassembleAction" class="com.vodacar.repository.action.ReassembleAction">
<property name="reassembleService">
<ref bean="reassembleService" />
</property>
<property name="dictService">
<ref bean="dictService" />
</property>
<property name="tagService">
<ref bean="tagService" />
</property>
<property name="makeService">
<ref bean="makeService" />
</property>
<property name="classService">
<ref bean="classService" />
</property>
<property name="jifenService">
<ref bean="jifenService" />
</property>
</bean>
<bean name="/partAction" class="com.vodacar.repository.action.PartAction">
<property name="dictService">
<ref bean="dictService" />
</property>
<property name="partClassService">
<ref bean="partClassService" />
</property>
<property name="partService">
<ref bean="partService" />
</property>
<property name="partPictService">
<ref bean="partPictService" />
</property>
<property name="jifenService">
<ref bean="jifenService" />
</property>
</bean>
<bean name="/entryAction" class="com.vodacar.user.action.EntryAction">
<property name="historyService">
<ref bean="historyService" />
</property>
<property name="manuService">
<ref bean="manuService" />
</property>
<property name="baseInterfaceService">
<ref bean="baseInterfaceService" />
</property>
<property name="vendorsService">
<ref bean="vendorsService" />
</property>
<property name="maintainingService">
<ref bean="maintainingService" />
</property>
<property name="priceService">
<ref bean="priceService" />
</property>
<property name="sustentationService">
<ref bean="sustentationService" />
</property>
<property name="dictService">
<ref bean="dictService" />
</property>
<property name="classService">
<ref bean="classService" />
</property>
<property name="textPublishService">
<ref bean="textPublishService" />
</property>
<property name="serviceService">
<ref bean="serviceService" />
</property>
<property name="insuranceService">
<ref bean="insuranceService" />
</property>
<property name="secondHandService">
<ref bean="secondHandService" />
</property>
<property name="reassembleService">
<ref bean="reassembleService" />
</property>
<property name="entryService">
<ref bean="entryService" />
</property>
</bean>
</beans>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -