@@ -1,5 +1,8 @@
<?php
namespace app\index\controller;
+use app\index\model\CommonModel;
+use app\index\model\ArticleModel;
+use think\Exception;
use think\Controller;
class Base extends Controller
{