| File was renamed from skjcmanager/skjcmanager-service/skjcmanager-sm/src/main/java/cn/gistack/sm/xxljob/mapper/XxlJobInfoMapper.java |
| | |
| | | package cn.gistack.sm.xxljob.mapper; |
| | | package cn.gistack.job.executor.mapper; |
| | | |
| | | import cn.gistack.sm.xxljob.entity.XxlJobInfo; |
| | | import cn.gistack.sm.xxljob.entity.XxlJobInfoType; |
| | | import cn.gistack.sm.xxljob.vo.XxlJobInfoVO; |
| | | import cn.gistack.job.executor.entity.XxlJobInfo; |
| | | import cn.gistack.job.executor.entity.XxlJobInfoType; |
| | | import cn.gistack.job.executor.vo.XxlJobInfoVO; |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | | import org.apache.ibatis.annotations.Param; |
| | |
| | | * @param xxlJobInfoType |
| | | * @return |
| | | */ |
| | | Integer insertXxlJobInfoType(@Param("xxlJobInfoType")XxlJobInfoType xxlJobInfoType); |
| | | Integer insertXxlJobInfoType(@Param("xxlJobInfoType") XxlJobInfoType xxlJobInfoType); |
| | | } |