From 7173db8219114920c73ed027c610177d5e2d8550 Mon Sep 17 00:00:00 2001 From: wucongxing8150 <815046773@qq.com> Date: Fri, 17 May 2024 10:51:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20=E5=A4=84=E6=96=B9pdf?= =?UTF-8?q?=E8=BD=AC=E5=9B=BE=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Command/PrescriptionPdfToImgCommand.php | 30 +++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 app/Command/PrescriptionPdfToImgCommand.php 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("全部结束"); + } +}