hasOne(SaasGoods::class,"product_id","product_id"); } public function poi(): HasOne { return $this->hasOne(SaasStore::class,"poi_id","poi_id"); } }