belongsTo(User::class,'user_id'); } //测试 // public function getNameAttribute($value){ // return '【 '.$value.' 】'; // } // // protected $appends = ['info']; // // public function getInfoAttribute() // { // return $this->user_id.'-'.$this->name.'-'.$this->attributes['name']; // } // // public function setNameAttribute($value) // { // $this->attributes['name']='【'.$value.'】'; // } }