提交 | 用户 | 时间 | ||
58d006 | 1 | package com.mandi.fendan.util; |
A | 2 | |
3 | import org.quartz.Job; | |
4 | import org.quartz.JobExecutionContext; | |
5 | import org.quartz.JobExecutionException; | |
6 | ||
7 | public class SendNCJob implements Job{ | |
8 | ||
9 | ||
10 | ||
11 | @Override | |
12 | public void execute(JobExecutionContext arg0) throws JobExecutionException { | |
13 | // TODO Auto-generated method stub | |
14 | ||
15 | } | |
16 | ||
17 | } |