belongsTo(Good::class, 'goods_id'); } public function attr(){ return $this->belongsTo(TypeAttr::class, 'attr_id'); } }