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