类 QuartzLogController

java.lang.Object
plus.hiver.module.quartz.controller.QuartzLogController

@RestController @RequestMapping("/hiver/quartzLog") @Transactional public class QuartzLogController extends Object
定时任务执行日志管理接口

尊重知识产权,CV 请保留版权,海文科技 https://hiver.cc 出品,不允许非法使用,后果自负

作者:
Yazhi Li
  • 构造器详细资料

    • QuartzLogController

      public QuartzLogController()
  • 方法详细资料

    • getByCondition

      @GetMapping("/getByCondition") public plus.hiver.common.api.Result<org.springframework.data.domain.Page<QuartzLog>> getByCondition(QuartzLog quartzLog, plus.hiver.common.vo.SearchVo searchVo, plus.hiver.common.vo.PageVo pageVo)
    • delByIds

      @PostMapping("/delByIds") public plus.hiver.common.api.Result delByIds(@RequestParam Long[] ids)