mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
13 lines
145 B
PHP
13 lines
145 B
PHP
<?php
|
|
|
|
namespace app\data\command;
|
|
|
|
use think\admin\Command;
|
|
|
|
class UserLevel extends Command
|
|
{
|
|
protected function configure()
|
|
{
|
|
|
|
}
|
|
} |