You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
560 B
XML
16 lines
560 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd">
|
|
<!--
|
|
/**
|
|
* @author wangcd
|
|
* @date 2014-12-26
|
|
* @description UsbAutoDateTask
|
|
*/
|
|
-->
|
|
<beans default-autowire="byName">
|
|
<bean id="UsbAutoDateTask" class="weaver.hrm.autotask.HrmUsbAutoDateTask">
|
|
<property name="id" value="usbAutoDateTask" />
|
|
<property name="name" value="usbAutoDateTask" />
|
|
<property name="pluginInitializtion" value="weaver.hrm.autotask.HrmUsbAutoDateTaskSystemInit" />
|
|
</bean>
|
|
</beans> |