@Mapper public interface JobLogGlueMapper extends com.baomidou.mybatisplus.core.mapper.BaseMapper<JobLogGlue>
Mapper 接口
int
removeOld(int jobId, int limit)
delete, deleteBatchIds, deleteById, deleteByMap, insert, selectBatchIds, selectById, selectByMap, selectCount, selectList, selectMaps, selectMapsPage, selectObjs, selectOne, selectPage, update, updateById
int removeOld(@Param(value="jobId") int jobId, @Param(value="limit") int limit)
Copyright © 2022. All rights reserved.