hasOne(Pro::class, 'id', 'pro_id'); } public function visitTemplate() { return $this->hasOne(Pro::class, 'id', 'visit_template_id'); } }