Files
fast_response/superadmin/application/admin/model/AuthGroupAccess.php
Your Name dce091da91 t
2025-03-27 07:52:44 +00:00

11 lines
100 B
PHP
Executable File

<?php
namespace app\admin\model;
use think\Model;
class AuthGroupAccess extends Model
{
//
}