Constants

PRODUCE_STATUS_WAITING

PRODUCE_STATUS_WAITING = 0

PRODUCE_STATUS_DOING

PRODUCE_STATUS_DOING = 1

PRODUCE_STATUS_SUCCESS

PRODUCE_STATUS_SUCCESS = 2

PRODUCE_STATUS_FAIL

PRODUCE_STATUS_FAIL = 3

PRODUCE_STATUS_4

PRODUCE_STATUS_4 = 4

CONSUME_STATUS_0

CONSUME_STATUS_0 = 0

CONSUME_STATUS_DOING

CONSUME_STATUS_DOING = 1

CONSUME_STATUS_SUCCESS

CONSUME_STATUS_SUCCESS = 2

CONSUME_STATUS_FAIL

CONSUME_STATUS_FAIL = 3

CONSUME_STATUS_4

CONSUME_STATUS_4 = 4

Properties

$incrementing

$incrementing : 

Type

$id

$id : integer

主键

Type

integer

$uuid

$uuid : string

UUID

Type

string

$exchange_name

$exchange_name : string

交换机名称

Type

string

$routing_key_name

$routing_key_name : string

路由名称

Type

string

$queue_name

$queue_name : string

队列名称

Type

string

$queue_content

$queue_content : string

队列内容

Type

string

$log_content

$log_content : string

队列内容

Type

string

$produce_status

$produce_status : string

生产状态 0:未生产 1:生产中 2:生产成功 3:生产失败 4:生产重复

Type

string

$consume_status

$consume_status : string

消费状态 0:未消费 1:消费中 2:消费成功 3:消费失败 4:消费重复

Type

string

$delay_time

$delay_time : integer

延迟时间(秒)

Type

integer

$created_by

$created_by : integer

创建者

Type

integer

$updated_by

$updated_by : integer

更新者

Type

integer

$created_at

$created_at : \Carbon\Carbon

创建时间

Type

\Carbon\Carbon

$updated_at

$updated_at : \Carbon\Carbon

更新时间

Type

\Carbon\Carbon

$deleted_at

$deleted_at : string

删除时间

Type

string

$remark

$remark : string

备注

Type

string

$table

$table : string

The table associated with the model.

Type

string

$fillable

$fillable : array

The attributes that are mass assignable.

Type

array

$casts

$casts : array

The attributes that should be cast to native types.

Type

array