mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 23:42:48 +08:00
12 lines
210 B
PHP
12 lines
210 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
namespace app\common\command\admin\role;
|
|
|
|
use base\common\command\admin\role\AdminRolePermissionListBase;
|
|
|
|
class AdminRolePermissionList extends AdminRolePermissionListBase
|
|
{
|
|
}
|