创建控制器
php think make:controller app\index\controller\Index
创建数据库模型
php think make:model app\index\model\Index
清空runtime 临时文件
php think clear
创建控制器
php think make:controller app\index\controller\Index
创建数据库模型
php think make:model app\index\model\Index
清空runtime 临时文件
php think clear