<?php namespace app\model; use think\Model; class WeworkCompany extends Model { public function company(){ return $this->hasOne('Company','wework_company', 'id'); } }