疯狂的狮子li
2021-04-12 d69d1fbfe8412c7919f86a65166bc811508a17ca
ruoyi-quartz/src/main/java/com/ruoyi/quartz/service/impl/SysJobLogServiceImpl.java
@@ -1,6 +1,8 @@
package com.ruoyi.quartz.service.impl;
import java.util.List;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.ruoyi.quartz.domain.SysJobLog;
@@ -13,7 +15,7 @@
 * @author ruoyi
 */
@Service
public class SysJobLogServiceImpl implements ISysJobLogService
public class SysJobLogServiceImpl extends ServiceImpl<SysJobLogMapper, SysJobLog> implements ISysJobLogService
{
    @Autowired
    private SysJobLogMapper jobLogMapper;