$incrementing :
$id : integer
主键
$username : string
用户名
$method : string
请求方式
$router : string
请求路由
$service_name : string
业务名称
$ip : string
请求IP地址
$ip_location : string
IP所属地
$request_data : string
请求数据
$response_code : string
响应状态码
$response_data : string
响应数据
$created_by : integer
创建者
$updated_by : integer
更新者
$created_at : \Carbon\Carbon
创建时间
$updated_at : \Carbon\Carbon
更新时间
$deleted_at : string
删除时间
$remark : string
备注
$table : string
The table associated with the model.
$fillable : array
The attributes that are mass assignable.
$casts : array
The attributes that should be cast to native types.
Loading…