凭证定时任务触发

This commit is contained in:
amarsoft 2018-07-24 10:22:28 +08:00
parent 2a62e891ea
commit 8f97b4fb9b

View File

@ -12,6 +12,7 @@ public class CreateVoucherMonthSettlementMission implements Job {
CreateVoucherMonthSettlement vouchermanage=new CreateVoucherMonthSettlement();
vouchermanage.CreateVoucher("PZ2018071200000017");
vouchermanage.CreateVoucher("PZ2018071200000016");
vouchermanage.CreateVoucher("PZ2018072100000055");
}
}