1
This commit is contained in:
@@ -215,25 +215,25 @@ type QuerySeparateRecipientResp struct {
|
||||
AcctOpenBankName string `json:"acctOpenBankName"` // 收款账户开户名称
|
||||
AcctClearBankCode string `json:"acctClearBankCode"` // 收款账户清算行行号
|
||||
|
||||
//RowStatus interface{} `json:"rowStatus"`
|
||||
//RowSno string `json:"rowSno"`
|
||||
//RowCreateUser interface{} `json:"rowCreateUser"`
|
||||
//RowCreateUserName string `json:"rowCreateUserName"`
|
||||
//RowCreateTm time.Time `json:"rowCreateTm"`
|
||||
//RowModifyUser interface{} `json:"rowModifyUser"`
|
||||
//RowModifyUserName interface{} `json:"rowModifyUserName"`
|
||||
//RowModifyTm time.Time `json:"rowModifyTm"`
|
||||
//RowVerNo interface{} `json:"rowVerNo"`
|
||||
//Id int `json:"id"`
|
||||
//SettlePeriod interface{} `json:"settlePeriod"`
|
||||
//SettleModel interface{} `json:"settleModel"`
|
||||
//ClearDt interface{} `json:"clearDt"`
|
||||
//OrgId string `json:"orgId"`
|
||||
//OrgName string `json:"orgName"`
|
||||
//OrgPath string `json:"orgPath"`
|
||||
//ReceiverStatus interface{} `json:"receiverStatus"`
|
||||
//WalletId string `json:"walletId"`
|
||||
//Remark interface{} `json:"remark"`
|
||||
RowStatus interface{} `json:"rowStatus"`
|
||||
RowSno string `json:"rowSno"`
|
||||
RowCreateUser interface{} `json:"rowCreateUser"`
|
||||
RowCreateUserName string `json:"rowCreateUserName"`
|
||||
RowCreateTm string `json:"rowCreateTm"`
|
||||
RowModifyUser interface{} `json:"rowModifyUser"`
|
||||
RowModifyUserName interface{} `json:"rowModifyUserName"`
|
||||
RowModifyTm string `json:"rowModifyTm"`
|
||||
RowVerNo interface{} `json:"rowVerNo"`
|
||||
Id int `json:"id"`
|
||||
SettlePeriod interface{} `json:"settlePeriod"`
|
||||
SettleModel interface{} `json:"settleModel"`
|
||||
ClearDt interface{} `json:"clearDt"`
|
||||
OrgId string `json:"orgId"`
|
||||
OrgName string `json:"orgName"`
|
||||
OrgPath string `json:"orgPath"`
|
||||
ReceiverStatus interface{} `json:"receiverStatus"`
|
||||
WalletId string `json:"walletId"`
|
||||
Remark interface{} `json:"remark"`
|
||||
}
|
||||
|
||||
// SeparateApplyBindReq 分账关系申请绑定
|
||||
|
||||
Reference in New Issue
Block a user