0, ]; protected $fillable = [ 'status', ]; public static $statusText = [ self::STATUS_FAILED=>'失败', self::STATUS_SUCCESS=>'成功', ]; public function user() { return $this->belongsTo(User::class); } }