setName('syncGoodsToEs') ->setDescription('同步商品数据到ES'); } protected function execute(Input $input, Output $output) { $goodsService = new GoodsEs(); $goods = $goodsService->list([]); var_dump($goods); } }