添加注解

This commit is contained in:
2025-03-18 21:39:02 +08:00
parent d0681e7c36
commit 71ec622afb
2 changed files with 43 additions and 0 deletions

View File

@ -8,6 +8,16 @@ use think\admin\helper\QueryHelper;
class PointLog extends Controller
{
/**
* 积分记录列表
* 显示积分记录的表格数据,支持按时间范围筛选。
* @auth true
* @menu true
* @return void
* @throws \think\db\exception\DataNotFoundException
* @throws \think\db\exception\DbException
* @throws \think\db\exception\ModelNotFoundException
*/
public function index()
{
$this->title = '积分记录';