\App\System\ModelSystemUploadfile

Summary

Methods
Properties
Constants
No public methods found
$incrementing
$id
$storage_mode
$origin_name
$object_name
$mime_type
$storage_path
$suffix
$size_byte
$size_info
$url
$created_by
$updated_by
$created_at
$updated_at
$deleted_at
$remark
No constants found
No protected methods found
$table
$fillable
$casts
N/A
No private methods found
No private properties found
N/A

Properties

$incrementing

$incrementing : 

Type

$id

$id : integer

主键

Type

integer

$storage_mode

$storage_mode : string

状态 (1 本地 2 阿里云 3 七牛云 4 腾讯云)

Type

string

$origin_name

$origin_name : string

原文件名

Type

string

$object_name

$object_name : string

新文件名

Type

string

$mime_type

$mime_type : string

资源类型

Type

string

$storage_path

$storage_path : string

存储目录

Type

string

$suffix

$suffix : string

文件后缀

Type

string

$size_byte

$size_byte : integer

字节数

Type

integer

$size_info

$size_info : string

文件大小

Type

string

$url

$url : string

url地址

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