cron4j=customerCron,taskCron,biCustomerCron
customerCron.cron=*/5 * * * *
customerCron.class=com.kakarote.crm9.erp.crm.cron.CrmCustomerCron
customerCron.daemon=true
customerCron.enable=true

taskCron.cron=*/5 * * * *
taskCron.class=com.kakarote.crm9.erp.work.cron.TaskCron
taskCron.daemon=true
taskCron.enable=true

biCustomerCron.cron=0 23 * * *
biCustomerCron.class=com.kakarote.crm9.erp.bi.cron.BiCustomerCron
biCustomerCron.daemon=true
biCustomerCron.enable=true
