瀏覽代碼

更新 'application/index/controller/Base.php'

Me 5 年之前
父節點
當前提交
af1df91d10
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      application/index/controller/Base.php

+ 3 - 0
application/index/controller/Base.php

@@ -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 
 {