From 1933a616a535a8d41c660c491707fbed4c631530 Mon Sep 17 00:00:00 2001 From: Jerry Yan <792602257@qq.com> Date: Thu, 20 Mar 2025 17:48:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9D=83=E9=99=90=E8=A1=A5=E5=85=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugs/think-plugs-cms/src/controller/Category.php | 3 +++ plugs/think-plugs-points-mall/src/controller/GoodsCate.php | 3 +++ plugs/think-plugs-points-mall/src/controller/Order.php | 3 +++ plugs/think-plugs-points-mall/src/controller/PointLog.php | 3 +++ 4 files changed, 12 insertions(+) diff --git a/plugs/think-plugs-cms/src/controller/Category.php b/plugs/think-plugs-cms/src/controller/Category.php index deb580b..6ee248f 100644 --- a/plugs/think-plugs-cms/src/controller/Category.php +++ b/plugs/think-plugs-cms/src/controller/Category.php @@ -7,6 +7,9 @@ use plugin\cms\model\CmsCategory; use think\admin\Controller; use think\admin\helper\QueryHelper; +/** + * 栏目管理 + */ class Category extends Controller { /** diff --git a/plugs/think-plugs-points-mall/src/controller/GoodsCate.php b/plugs/think-plugs-points-mall/src/controller/GoodsCate.php index 4e97de6..7f85ab8 100644 --- a/plugs/think-plugs-points-mall/src/controller/GoodsCate.php +++ b/plugs/think-plugs-points-mall/src/controller/GoodsCate.php @@ -7,6 +7,9 @@ use think\admin\Controller; use think\admin\extend\DataExtend; use think\admin\helper\QueryHelper; +/** + * 商品分类管理 + */ class GoodsCate extends Controller { /** diff --git a/plugs/think-plugs-points-mall/src/controller/Order.php b/plugs/think-plugs-points-mall/src/controller/Order.php index e9ed72e..6ff9782 100644 --- a/plugs/think-plugs-points-mall/src/controller/Order.php +++ b/plugs/think-plugs-points-mall/src/controller/Order.php @@ -10,6 +10,9 @@ use think\admin\extend\CodeExtend; use think\admin\helper\QueryHelper; use think\exception\HttpResponseException; +/** + * 订单管理 + */ class Order extends Controller { /** diff --git a/plugs/think-plugs-points-mall/src/controller/PointLog.php b/plugs/think-plugs-points-mall/src/controller/PointLog.php index 6d1e011..61019db 100644 --- a/plugs/think-plugs-points-mall/src/controller/PointLog.php +++ b/plugs/think-plugs-points-mall/src/controller/PointLog.php @@ -6,6 +6,9 @@ use plugin\points_mall\model\PointsMallUserPointLog; use think\admin\Controller; use think\admin\helper\QueryHelper; +/** + * 积分记录 + */ class PointLog extends Controller { /**