From 4b48811341422a6f2b73b5abbd27916066d269c9 Mon Sep 17 00:00:00 2001 From: xucong <850806214@qq.com> Date: Fri, 16 May 2025 14:45:07 +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/GoodsSpec.php | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 app/api/model/GoodsSpec.php diff --git a/app/api/model/GoodsSpec.php b/app/api/model/GoodsSpec.php new file mode 100644 index 0000000..af5d9b9 --- /dev/null +++ b/app/api/model/GoodsSpec.php @@ -0,0 +1,26 @@ +hasMany('GoodsSpecValue','spec_id','id'); + } +} \ No newline at end of file