initschedule.xml 395 Bytes
<?xml version="1.0" encoding="GBK"?>
<module id="schedule" version="1.0.0">
    <service-point id="CptLowInventoryRemindJob" interface="weaver.interfaces.schedule.CronJob">
        <invoke-factory>
            <construct class="weaver.cpt.job.CptLowInventoryRemindJob">
				<set property="cronExpr" value="0 0/5 * * * ?"/>
			</construct>
        </invoke-factory>
    </service-point>
</module>