From 179fc60e4f63d8ba316de2aff5c742ec57a5f0c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Sat, 1 Mar 2025 22:41:58 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin/think-plugs-helper/readme.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/plugin/think-plugs-helper/readme.md b/plugin/think-plugs-helper/readme.md index 07014ca46..597469c03 100644 --- a/plugin/think-plugs-helper/readme.md +++ b/plugin/think-plugs-helper/readme.md @@ -26,6 +26,14 @@ composer require zoujingli/think-plugs-helper --optimize-autoloader --dev composer require zoujingli/think-plugs-helper dev-master --optimize-autoloader --dev ``` +### 使用注释 + +执行下面的指令即可实现模型字段注释。 + +```shell +php think xadmin:helper:model +``` + ### 卸载插件 ```shell