Files
servicebase/pkg/dto/TaxDTO.go
2025-11-19 14:24:13 +08:00

8 lines
165 B
Go

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