'int', 'filename' => 'string', 'atype' => 'tinyint', 'attachment' => 'string', 'createtime' => 'int' ]; // 设置字段自动转换类型 protected $type = [ 'createtime' => 'timestamp:Y-m-d H:i:s' ]; }