Files
yusheng-php/application/guildadmin/model/AuthGroupAccess.php

12 lines
167 B
PHP
Raw Normal View History

2025-11-18 10:07:09 +08:00
<?php
namespace app\guildadmin\model;
use think\Model;
class AuthGroupAccess extends Model
{
protected $table = 'fa_vs_guild_admin_auth_group_access';
//
}