This commit is contained in:
邹宗楠
2025-07-23 13:35:36 +08:00
parent b92fc6bc88
commit 6949aa9c19
3 changed files with 30 additions and 26 deletions

View File

@@ -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 分账关系申请绑定