package com.juxin.client.websocket.ppojo; import lombok.Data; @Data public class DigitalRmbSubjectResult { private String applicationId; // 业务id 对应splitId private String queryResult; // 查询结果 private String customerName; // 客户名称 private String walletName; // 钱包名称 private String walletType; // 钱包类型 private String walletOpenTime; // 钱包开户时间 private String walletOrgCode; // 钱包运营机构号 private String imei; // IMEI private String licenseType; // 证照类型 private String walletId; // 钱包ID private String walletStatus; // 钱包状态 private String walletCloseTime; // 钱包注销时间 private String walletPhone; // 钱包手机号 private String mac; // MAC private String idNumber; // 证件号 private String parentWalletId; // 母钱包ID private String frozenAmount; // 钱包实际冻结金额 private String openMethod; // 钱包开立方式 private String ip; // IP private String boundBankCardJson; // 绑定银行卡json private String registeredBankCardJson; // 注册银行卡json }