hasOne(LiveGoods::class, 'id', 'live_goods_id'); } public function room() { return $this->hasOne(LiveRoom::class, 'id', 'live_room_id'); } }