\App\ModelsUser

ThinkPHP User Model

Summary

Methods
Properties
Constants
orders()
$id
$username
$email
$balance
$status
$vip_level
$create_time
$update_time
No constants found
No protected methods found
$name
$pk
$autoWriteTimestamp
$createTime
$updateTime
$type
N/A
No private methods found
No private properties found
N/A

Properties

$id

$id : int

Type

int

$username

$username : string

Type

string

$email

$email : string

Type

string

$balance

$balance : string

Type

string

$status

$status : int

Type

int

$vip_level

$vip_level : int

Type

int

$create_time

$create_time : string

Type

string

$update_time

$update_time : string

Type

string

$name

$name

$pk

$pk

$autoWriteTimestamp

$autoWriteTimestamp

$createTime

$createTime

$updateTime

$updateTime

$type

$type

Methods

orders()

orders() : \think\model\relation\HasMany

定义关联关系

Returns

\think\model\relation\HasMany —