official_website/app/common/model/AuthGroupAccess.php

9 lines
99 B
PHP

<?php
namespace app\common\model;
use think\model\Pivot;
class AuthGroupAccess extends Pivot
{
}