belongsTo(Goodtest::class,'goods_id','id'); } public function order(){ return $this->belongsTo(Ordertest::class,'order_id','id'); } }