浏览代码

update

master
shenjiachi 23 小时前
父节点
当前提交
446e2e250e
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      src/model/fin_withdraw_setting.go

+ 1
- 0
src/model/fin_withdraw_setting.go 查看文件

@@ -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"`
}

正在加载...
取消
保存