hasOne(Producttype::class,'id','type_id'); } public function product(){ return $this->hasOne(Product::class,'goods_id','id'); } }