Explorar o código

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

Me %!s(int64=5) %!d(string=hai) anos
pai
achega
af1df91d10
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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 
 {