Bläddra i källkod

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

Me 5 år sedan
förälder
incheckning
af1df91d10
1 ändrade filer med 3 tillägg och 0 borttagningar
  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 
 {