You've already forked guangan
添加注解
This commit is contained in:
@ -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 = '积分记录';
|
||||
|
Reference in New Issue
Block a user