\App\System\ModelSystemApiColumn

Summary

Methods
Properties
Constants
api()
$incrementing
$id
$api_id
$name
$type
$data_type
$is_required
$default_value
$status
$description
$created_by
$updated_by
$created_at
$updated_at
$deleted_at
$remark
$api
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

$api_id

$api_id : integer

接口主键

Type

integer

$name

$name : string

字段名称

Type

string

$type

$type : string

字段类型 0 请求 1 返回

Type

string

$data_type

$data_type : string

数据类型

Type

string

$is_required

$is_required : string

是否必填 0 非必填 1 必填

Type

string

$default_value

$default_value : string

默认值

Type

string

$status

$status : string

状态 (0正常 1停用)

Type

string

$description

$description : 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

$api

$api : \App\System\Model\SystemApi

Type

\App\System\Model\SystemApi

$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

Methods

api()

api() : \Hyperf\Database\Model\Relations\BelongsTo

关联API

Returns

\Hyperf\Database\Model\Relations\BelongsTo