This commit is contained in:
2024-11-21 16:40:44 +08:00
commit a5029a2be7
69 changed files with 3160 additions and 0 deletions

View File

@ -0,0 +1,22 @@
<?php
namespace plugin\points_mall\controller;
use think\admin\Controller;
/**
* 积分情况
*/
class Point extends Controller
{
/**
* 积分情况
* @auth true
* @menu true
* @return void
*/
public function index()
{
}
}