update 对公会员对象

This commit is contained in:
2023-07-06 14:07:23 +08:00
parent 3102893f32
commit 43848ff6ea
3 changed files with 25 additions and 2 deletions

View File

@@ -68,4 +68,13 @@ public class QueryCorpMemberResponse {
// 当前交易状态,参见 状态 说明
private String status;
// 银行代码
private String bank_code;
// 银行卡号
private String card_no;
// 银行卡对应的户名
private String card_name;
}