ThinkAdmin/app/data/command/UserLevel.php
2021-01-23 16:50:08 +08:00

13 lines
145 B
PHP

<?php
namespace app\data\command;
use think\admin\Command;
class UserLevel extends Command
{
protected function configure()
{
}
}