Browse Source

update

master
shenjiachi 1 day ago
parent
commit
446e2e250e
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/model/fin_withdraw_setting.go

+ 1
- 0
src/model/fin_withdraw_setting.go View File

@@ -17,6 +17,7 @@ type FinWithdrawSetting struct {
PendingOrdersIsCanApply int `json:"pending_orders_is_can_apply" xorm:"not null comment('存在待处理记录是否允许再次申请提现(0:禁止,1:允许)') TINYINT(1)"`
ConditionIsOpen int `json:"condition_is_open" xorm:"not null comment('提现条件是否开启(0:关闭, 1:开启)') TINYINT(1)"`
FirstWithdrawSet string `json:"first_withdraw_set" xorm:"not null comment('首次提现设置') TEXT"`
Tips string `json:"tips" xorm:"not null comment('提示') TEXT"`
CreateAt string `json:"create_at" xorm:"not null default 'CURRENT_TIMESTAMP' comment('申请时间') TIMESTAMP"`
UpdateAt string `json:"update_at" xorm:"not null default 'CURRENT_TIMESTAMP' comment('处理时间') TIMESTAMP"`
}

Loading…
Cancel
Save