setName('query_refund') ->setDescription('the query_refund command'); } protected function execute(Input $input, Output $output) { // 指令输出 $output->writeln('query_refund'); } }