feat(app): update
This commit is contained in:
14
pkg/dto/response/GetMyWithdrawPageResponse.go
Normal file
14
pkg/dto/response/GetMyWithdrawPageResponse.go
Normal file
@ -0,0 +1,14 @@
|
||||
package response
|
||||
|
||||
type GetMyWithdrawPageResponse struct {
|
||||
Id string `json:"id"`
|
||||
UserId string `json:"user_id"`
|
||||
CreateTime string `json:"create_time"`
|
||||
ApplyMoney string `json:"apply_money"`
|
||||
PreTax string `json:"pre_tax"`
|
||||
HandleFee string `json:"handle_fee"`
|
||||
TransferMoney string `json:"transfer_money"`
|
||||
Status string `json:"status"`
|
||||
StatusStr string `json:"status_str"`
|
||||
FeedbackFailReason string `json:"feedback_fail_reason"`
|
||||
}
|
||||
Reference in New Issue
Block a user