<?php namespace bizGhs\admin\models; use bizGhs\base\models\Base; class AdminRoleAuth extends Base { public static function tableName() { return 'xhAdminRoleAuth'; } }