\App\System\ModelSystemOperLog

Summary

Methods
Properties
Constants
No public methods found
$incrementing
$id
$username
$method
$router
$service_name
$ip
$ip_location
$request_data
$response_code
$response_data
$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

$username

$username : string

用户名

Type

string

$method

$method : string

请求方式

Type

string

$router

$router : string

请求路由

Type

string

$service_name

$service_name : string

业务名称

Type

string

$ip

$ip : string

请求IP地址

Type

string

$ip_location

$ip_location : string

IP所属地

Type

string

$request_data

$request_data : string

请求数据

Type

string

$response_code

$response_code : string

响应状态码

Type

string

$response_data

$response_data : string

响应数据

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