package dto type TaxDTO struct { WithdrawCash string // 提现金额 Tax string // 扣除手续费之后的个税 HandleFee string // 手续费费 }