<?php namespace app\common\model; use think\Model; class UserObject extends Model { public function education(){ return $this->belongsTo('Category','education','id','','LEFT'); } }