From 973d8986a8f8421c4ee10aea24ff9658cf648b3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=86=89=E6=8C=BD=E6=B8=85=E9=A3=8E?= <1550969027@qq.com> Date: Wed, 8 Mar 2023 09:51:59 +0800 Subject: [PATCH] =?UTF-8?q?[fix]=20=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/common/service/JsonService.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/common/service/JsonService.php b/app/common/service/JsonService.php index 12ea10f..7188e35 100644 --- a/app/common/service/JsonService.php +++ b/app/common/service/JsonService.php @@ -8,6 +8,7 @@ use app\common\enum\ExportEnum; use app\common\exception\HttpException; use app\common\lists\BaseDataLists; use app\common\lists\ListsExcelInterface; +use app\common\lists\ListsExtendInterface; use support\Response; class JsonService