权限补充

This commit is contained in:
2025-03-20 17:48:18 +08:00
parent b13cf729d4
commit 1933a616a5
4 changed files with 12 additions and 0 deletions

View File

@ -7,6 +7,9 @@ use plugin\cms\model\CmsCategory;
use think\admin\Controller;
use think\admin\helper\QueryHelper;
/**
* 栏目管理
*/
class Category extends Controller
{
/**

View File

@ -7,6 +7,9 @@ use think\admin\Controller;
use think\admin\extend\DataExtend;
use think\admin\helper\QueryHelper;
/**
* 商品分类管理
*/
class GoodsCate extends Controller
{
/**

View File

@ -10,6 +10,9 @@ use think\admin\extend\CodeExtend;
use think\admin\helper\QueryHelper;
use think\exception\HttpResponseException;
/**
* 订单管理
*/
class Order extends Controller
{
/**

View File

@ -6,6 +6,9 @@ use plugin\points_mall\model\PointsMallUserPointLog;
use think\admin\Controller;
use think\admin\helper\QueryHelper;
/**
* 积分记录
*/
class PointLog extends Controller
{
/**