From ce2c3817ba86472b043b8def3cf6fa2ab6700d17 Mon Sep 17 00:00:00 2001 From: luofei <604446095@qq.com> Date: Wed, 20 Mar 2024 09:11:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B4=A2=E5=8A=A1=E6=B5=81?= =?UTF-8?q?=E6=B0=B4=E4=BF=9D=E5=AD=98=E7=9A=84=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/common/dao/system/financial/FinancialRecordDao.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/common/dao/system/financial/FinancialRecordDao.php b/app/common/dao/system/financial/FinancialRecordDao.php index 84ac5818..ed7f5c3d 100644 --- a/app/common/dao/system/financial/FinancialRecordDao.php +++ b/app/common/dao/system/financial/FinancialRecordDao.php @@ -3,7 +3,7 @@ namespace app\common\dao\system\financial; use app\common\dao\BaseDao; -use app\common\model\system\supply\FinancialRecord; +use app\common\model\system\merchant\FinancialRecord; use app\common\repositories\system\merchant\FinancialRecordRepository; class FinancialRecordDao extends BaseDao