limit($this->limitOffset, $this->limitLength) ->order('id', 'desc') ->select() ->toArray(); return $lists; } /** * @notes 定时任务数量 * @return int * @author 段誉 * @date 2022/3/29 14:38 */ public function count(): int { return Crontab::count(); } }