From 3004a48bfd7c8d2440ad3fc05b67fe2f5fed8a80 Mon Sep 17 00:00:00 2001 From: augushong Date: Mon, 22 Aug 2022 17:27:09 +0800 Subject: [PATCH] =?UTF-8?q?CURD=E4=BF=AE=E5=A4=8D=E7=94=9F=E6=88=90?= =?UTF-8?q?=E6=8E=A7=E5=88=B6=E5=99=A8=E5=A4=9A=E4=B8=AA=E5=85=B3=E8=81=94?= =?UTF-8?q?=E6=97=B6=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/common/command/admin/Version.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/common/command/admin/Version.php b/app/common/command/admin/Version.php index aaa7873..f81fb6c 100644 --- a/app/common/command/admin/Version.php +++ b/app/common/command/admin/Version.php @@ -14,11 +14,10 @@ use think\facade\App; class Version extends Command { - const VERSION = 'v2.0.15'; + const VERSION = 'v2.0.16'; const COMMENT = [ - '优化表格按钮无权限效果', - '清理部分技术债务', + 'CURD修复生成控制器多个关联时代码', ]; protected function configure()