belongsTo(Category::class); } public function goods() { return $this->belongsTo(Goods::class); } }