From 66a945481e56522753516682ff2e0183c816041d Mon Sep 17 00:00:00 2001 From: wanghongjun <1445693971@qq,com> Date: Fri, 8 Sep 2023 16:28:07 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=AF=E7=94=B1=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controller/CustomerService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controller/CustomerService.php b/app/controller/CustomerService.php index 19c3f28..2630bb1 100644 --- a/app/controller/CustomerService.php +++ b/app/controller/CustomerService.php @@ -4,7 +4,7 @@ declare (strict_types = 1); namespace app\controller; use app\BaseController; -use app\Model\CustomerService as CustomerServiceModel; +use app\model\CustomerService as CustomerServiceModel; use app\validate\CustomerService as CustomerServiceValidate; use think\exception\ValidateException; use think\facade\Request;