'未读', self::READ_YES => '已读', ]; public function users(){ return $this->belongsTo(User::class,'user_id','id'); } }