Merge pull request 'dev' (#5) from dev into main
Reviewed-on: http://10.129.135.192:3000/scfs-workspace/scfs-api-sdk/pulls/52.0.3-release
commit
710f71586b
|
|
@ -43,7 +43,7 @@ public class TradeOrdersCreditStatRequest implements ApiRequest {
|
|||
/**
|
||||
* 操作时间
|
||||
*/
|
||||
@SerializedName("transTradeTime")
|
||||
@SerializedName("trans_tradetime")
|
||||
private String transTradeTime;
|
||||
|
||||
/**
|
||||
|
|
@ -58,6 +58,18 @@ public class TradeOrdersCreditStatRequest implements ApiRequest {
|
|||
@SerializedName("apply_account_name")
|
||||
private String applyAccountName;
|
||||
|
||||
/**
|
||||
* 付款账户账号
|
||||
*/
|
||||
@SerializedName("pay_account_no")
|
||||
private String payAccountNo;
|
||||
|
||||
/**
|
||||
* 付款账户户名
|
||||
*/
|
||||
@SerializedName("pay_account_name")
|
||||
private String payAccountName;
|
||||
|
||||
/**
|
||||
* 贷款账号(借据编号),不为空时查询按照贷款账号查询贸易运单的提款信息
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue