疯狂的狮子li
2021-08-01 1cb79223ff44062c461712ecb11f5d3b0c8514fb
ruoyi-quartz/src/main/java/com/ruoyi/quartz/service/impl/SysJobServiceImpl.java
@@ -29,7 +29,7 @@
 * @author ruoyi
 */
@Service
public class SysJobServiceImpl extends ServicePlusImpl<SysJobMapper, SysJob> implements ISysJobService {
public class SysJobServiceImpl extends ServicePlusImpl<SysJobMapper, SysJob, SysJob> implements ISysJobService {
    @Autowired
    private Scheduler scheduler;