增加注解
This commit is contained in:
parent
ef841944b1
commit
7e567be4a1
|
@ -3,7 +3,14 @@
|
||||||
namespace app\model;
|
namespace app\model;
|
||||||
|
|
||||||
use support\Model;
|
use support\Model;
|
||||||
|
/**
|
||||||
|
* @property integer $id VIP级别的唯一标识符
|
||||||
|
* @property integer $user_id 用户id
|
||||||
|
* @property integer $amount 金额
|
||||||
|
* @property integer $status 1申请中 2 已到账 3已驳回 4等待银行打款 5支付失败
|
||||||
|
* @property integer $gift_amount 赠送积分
|
||||||
|
* @property integer $createtime 创建时间(时间戳)
|
||||||
|
*/
|
||||||
class Withdraw extends Model
|
class Withdraw extends Model
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue