From c82e4a8df1c37f3d42922a07c51262b5681d8829 Mon Sep 17 00:00:00 2001 From: zcstatham <578322713@qq.com> Date: Wed, 31 Aug 2022 03:15:27 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E5=A4=8D=E6=95=B0=E6=8D=AE=E6=90=9C?= =?UTF-8?q?=E7=B4=A2=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controller/Repeat.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/controller/Repeat.php b/app/controller/Repeat.php index d82569f..e121026 100644 --- a/app/controller/Repeat.php +++ b/app/controller/Repeat.php @@ -2,6 +2,7 @@ namespace app\controller; use app\BaseController; +use library\Tree; use think\facade\Db; use think\response\Json;