diff --git a/app/Command/PrescriptionPdfToImgCommand.php b/app/Command/PrescriptionPdfToImgCommand.php new file mode 100644 index 0000000..80e141b --- /dev/null +++ b/app/Command/PrescriptionPdfToImgCommand.php @@ -0,0 +1,30 @@ +setDescription('处方pdf转图片'); + } + + public function handle(): void + { + $this->line("开始"); + $this->line("全部结束"); + } +}