【fix sonar】IQuartzJobService文件

This commit is contained in:
梁琦涛
2023-03-16 11:32:06 +08:00
parent ceb45fe9fe
commit 0456a37db6
@@ -29,7 +29,7 @@ public interface IQuartzJobService extends IService<QuartzJob> {
* 执行定时任务
* @param quartzJob
*/
void execute(QuartzJob quartzJob) throws Exception;
void execute(QuartzJob quartzJob) throws IllegalAccessException, InstantiationException, ClassNotFoundException, SchedulerException;
/**
* 暂停任务