From 6766c0e167ba20fa4c210c1cc4bf27191a70e4e4 Mon Sep 17 00:00:00 2001 From: yaooo <272523191@qq.com> Date: Tue, 22 Aug 2023 17:20:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=8F=91=E5=B8=83=E5=A7=94?= =?UTF-8?q?=E6=89=98=E5=95=86=E5=93=81=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/common/model/store/Entrust.php | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 app/common/model/store/Entrust.php diff --git a/app/common/model/store/Entrust.php b/app/common/model/store/Entrust.php new file mode 100644 index 00000000..253ffe91 --- /dev/null +++ b/app/common/model/store/Entrust.php @@ -0,0 +1,26 @@ +hasOne(Spu::class, 'product_id','product_id'); + } + +}