Constants

STATUS_SEND_WAIT

STATUS_SEND_WAIT = 0

STATUS_SENDING

STATUS_SENDING = 1

STATUS_SEND_SUCCESS

STATUS_SEND_SUCCESS = 2

STATUS_SEND_FAIL

STATUS_SEND_FAIL = 3

READ_STATUS_NO

READ_STATUS_NO = 0

READ_STATUS_YES

READ_STATUS_YES = 1

Properties

$incrementing

$incrementing : 

Type

$id

$id : integer

主键

Type

integer

$content_id

$content_id : integer

内容ID

Type

integer

$content_type

$content_type : string

内容类型

Type

string

$content

$content : string

消息内容

Type

string

$receive_by

$receive_by : integer

接收人

Type

integer

$send_by

$send_by : integer

发送人

Type

integer

$send_status

$send_status : string

发送状态 0:待发送 1:发送中 2:发送成功 3:发送失败

Type

string

$read_status

$read_status : string

查看状态 0:未读 1: 未读

Type

string

$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