创建控制器
1、打开终端;
2、输入:php think make:controller index/Aricle --plain
创建模型
2、输入:php think make:model api/BannerItem,