Uses of Class
com.aizuda.snailjob.template.datasource.persistence.po.RetrySummary
Packages that use RetrySummary
-
Uses of RetrySummary in com.aizuda.snailjob.template.datasource.persistence.mapper
Method parameters in com.aizuda.snailjob.template.datasource.persistence.mapper with type arguments of type RetrySummaryModifier and TypeMethodDescriptionintRetrySummaryMapper.insertBatch(List<RetrySummary> list) RetrySummaryMapper.selectDashboardRankList(com.baomidou.mybatisplus.core.conditions.Wrapper<RetrySummary> wrapper) RetrySummaryMapper.selectRetryLineList(String dateFormat, com.baomidou.mybatisplus.core.conditions.Wrapper<RetrySummary> wrapper) RetrySummaryMapper.selectRetryTask(com.baomidou.mybatisplus.core.conditions.Wrapper<RetrySummary> wrapper) RetrySummaryMapper.selectRetryTaskBarList(com.baomidou.mybatisplus.core.conditions.Wrapper<RetrySummary> wrapper) intRetrySummaryMapper.updateBatch(List<RetrySummary> list)