hasOne('App\Models\Topic', 'id', 'topic_id'); } //分类 public function category() { return $this->hasOne('App\Models\Category', 'id', 'category_id'); } }