|
|
|
@ -2,6 +2,7 @@ package user
|
|
|
|
|
|
|
|
|
|
import (
|
|
|
|
|
"github.com/golangkit/formatime"
|
|
|
|
|
"github.com/shopspring/decimal"
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
type Withdraw struct {
|
|
|
|
@ -22,6 +23,8 @@ type Withdraw struct {
|
|
|
|
|
UserTrueNo string `gorm:"-" json:"user_true_no"`
|
|
|
|
|
UserPhone string `gorm:"-" json:"user_phone"`
|
|
|
|
|
FailReason string `gorm:"fail_reason" json:"failReason"`
|
|
|
|
|
TaxFee decimal.Decimal `json:"tax_fee"`
|
|
|
|
|
ActualAmount decimal.Decimal `json:"actual_amount"`
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
const (
|
|
|
|
|