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 { /**