feat(app): update
This commit is contained in:
10
pkg/dto/response/GetUserBankInfoResponse.go
Normal file
10
pkg/dto/response/GetUserBankInfoResponse.go
Normal file
@ -0,0 +1,10 @@
|
||||
package response
|
||||
|
||||
// 获取用户银行信息
|
||||
type GetUserBankInfoResponse struct {
|
||||
BankName string `json:"BankName,omitempty"`
|
||||
BankUserName string `json:"BankUserName,omitempty"`
|
||||
BankBranchName string `json:"BankBranchName,omitempty"`
|
||||
BankCardNo string `json:"BankCardNo,omitempty"`
|
||||
AlipayAccount string `json:"AlipayAccount,omitempty"`
|
||||
}
|
||||
Reference in New Issue
Block a user