'待发放', self::STATUS_SUCCESS => '完成', self::STATUS_ERROR => '失败', ]; public function bouns() { return $this->belongsTo(Bouns::class); } }