瀏覽代碼

update

master
shenjiachi 4 天之前
父節點
當前提交
63fa853aeb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/model/fin_withdraw_setting.go

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

@@ -2,7 +2,7 @@ package model

type FinWithdrawSetting struct {
Id int64 `json:"id" xorm:"pk autoincr BIGINT(20)"`
FrequencySet string `json:"frequency_set" xorm:"not null comment('频率设置') TEXT"`
FrequencySet int `json:"frequency_set" xorm:"not null comment('频率设置(0:日 1:周 2:月 3:年)') TINYINT(3)"`
WithdrawType int `json:"withdraw_type" xorm:"not null default 1 comment('提现方式(1:支付宝 2:微信)') TINYINT(1)"`
VipLevelLimit int `json:"vip_level_limit" xorm:"not null default 0 comment('提现等级限制') INT(11)"`
IsRealName int `json:"is_real_name" xorm:"not null default 0 comment('是否实名(0:否 1:是)') TINYINT(1)"`


Loading…
取消
儲存