package wdtaxmod // WithdrawTariffSelector 提现税率配置修改 type WithdrawTariffSelector struct { CashTax *int `json:"cashTax,omitempty" bson:"cashTax,omitempty"` //代理提现比率 CoinTax *int `json:"coinTax,omitempty" bson:"coinTax,omitempty"` //金币提现比率 DiscCashTax *int `json:"discCashTax,omitempty" bson:"discCashTax,omitempty"` //商区提现比率 DiscFinanceTax *int `json:"discFinanceTax,omitempty" bson:"discFinanceTax,omitempty"` //商区财务打款比率 GameTax *int `json:"gameTax,omitempty" bson:"gameTax,omitempty"` //qp提现比率 }