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