feat(app): update
This commit is contained in:
7
pkg/dto/TaxDTO.go
Normal file
7
pkg/dto/TaxDTO.go
Normal file
@ -0,0 +1,7 @@
|
||||
package dto
|
||||
|
||||
type TaxDTO struct {
|
||||
WithdrawCash string // 提现金额
|
||||
Tax string // 扣除手续费之后的个税
|
||||
HandleFee string // 手续费费
|
||||
}
|
||||
Reference in New Issue
Block a user