From 79a7f4c4c4580c35e586829bdef0e4c3b6aa5452 Mon Sep 17 00:00:00 2001 From: xucong <850806214@qq.com> Date: Fri, 16 May 2025 14:44:12 +0800 Subject: [PATCH] =?UTF-8?q?1.=E6=8F=90=E4=BA=A4=E7=BC=BA=E5=A4=B1=E7=9A=84?= =?UTF-8?q?=E4=B8=9C=E8=A5=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/api/model/GoodsSpecValue.php | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 app/api/model/GoodsSpecValue.php diff --git a/app/api/model/GoodsSpecValue.php b/app/api/model/GoodsSpecValue.php new file mode 100644 index 0000000..5324221 --- /dev/null +++ b/app/api/model/GoodsSpecValue.php @@ -0,0 +1,27 @@ +hasMany('GoodsSpec', 'goods_id', 'id'); + } + +} \ No newline at end of file