append(['type_desc']) ->order('id', 'desc') ->limit($this->limitOffset, $this->limitLength) ->select() ->toArray(); return $lists; } /** * @notes 记录数 * @return int * @author Tab * @date 2021/11/15 17:42 */ public function count(): int { $count = Printer::count(); return $count; } }