Explorar el Código

update

master
shenjiachi hace 4 días
padre
commit
63fa853aeb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/model/fin_withdraw_setting.go

+ 1
- 1
src/model/fin_withdraw_setting.go Ver fichero

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


Cargando…
Cancelar
Guardar