'系统产生的数据', 'temp' => '临时数据', 'user' => '用户存储的数据'])] public $type; #[Field(type: 'text', comment: '值')] #[Component(type: 'textarea', options: [])] public $value; #[Field(type: 'bigint', length: 11, nullable: false, default: '0', comment: '过期时间', unsigned: true)] public $expire_time; }