【fix sonar】IQuartzJobService文件
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ public interface IQuartzJobService extends IService<QuartzJob> {
|
|||||||
* 执行定时任务
|
* 执行定时任务
|
||||||
* @param quartzJob
|
* @param quartzJob
|
||||||
*/
|
*/
|
||||||
void execute(QuartzJob quartzJob) throws Exception;
|
void execute(QuartzJob quartzJob) throws IllegalAccessException, InstantiationException, ClassNotFoundException, SchedulerException;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 暂停任务
|
* 暂停任务
|
||||||
|
|||||||
Reference in New Issue
Block a user