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