feat:阡陌线下充值查询接口添加字段
parent
e549d8484d
commit
e1d86ac603
|
|
@ -47,17 +47,29 @@ public class OfflineRechargeDetailQueryRequest implements ApiRequest {
|
||||||
private String transTradeTime;
|
private String transTradeTime;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 收款账号
|
* 收款账户账号
|
||||||
*/
|
*/
|
||||||
@SerializedName("account_no")
|
@SerializedName("account_no")
|
||||||
private String accountNo;
|
private String accountNo;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 付款账号
|
* 收款账户户名
|
||||||
|
*/
|
||||||
|
@SerializedName("account_name")
|
||||||
|
private String accountName;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 付款账户账号
|
||||||
*/
|
*/
|
||||||
@SerializedName("opp_account_no")
|
@SerializedName("opp_account_no")
|
||||||
private String oppAccountNo;
|
private String oppAccountNo;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 付款账户户名
|
||||||
|
*/
|
||||||
|
@SerializedName("opp_account_name")
|
||||||
|
private String oppAccountName;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 交易日期起 yyyy-MM-dd
|
* 交易日期起 yyyy-MM-dd
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
|
|
@ -47,17 +47,29 @@ public class OfflineRechargeDetailUnmatchedQueryRequest implements ApiRequest {
|
||||||
private String transTradeTime;
|
private String transTradeTime;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 收款账号
|
* 收款账户账号
|
||||||
*/
|
*/
|
||||||
@SerializedName("account_no")
|
@SerializedName("account_no")
|
||||||
private String accountNo;
|
private String accountNo;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 付款账号
|
* 收款账户户名
|
||||||
|
*/
|
||||||
|
@SerializedName("account_name")
|
||||||
|
private String accountName;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 付款账户账号
|
||||||
*/
|
*/
|
||||||
@SerializedName("opp_account_no")
|
@SerializedName("opp_account_no")
|
||||||
private String oppAccountNo;
|
private String oppAccountNo;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 付款账户户名
|
||||||
|
*/
|
||||||
|
@SerializedName("opp_account_name")
|
||||||
|
private String oppAccountName;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 交易日期起 yyyy-MM-dd
|
* 交易日期起 yyyy-MM-dd
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue