select()->toArray(); } /** * @notes 底部导航总数 * @return int * @author ljj * @date 2022/2/14 10:13 上午 */ public function count(): int { return (new Navigation())->count(); } }