'bool', ]; /** * @var array */ protected $fillable = [ 'sn', 'message_id', 'is_pushed', 'status', 'message_type', ]; /** * 消息推送任务的消息明细 * * @return void */ public function message() { return $this->morphTo(); } }