'禁用', '1' => '启用'])] public $status; #[Field(type: 'int', length: 11, unsigned: true, comment: '创建时间戳')] #[Component(type: 'date', options: [])] public $create_time; #[Field(type: 'int', length: 11, unsigned: true, comment: '更新时间戳')] #[Component(type: 'date', options: [])] public $update_time; }