feat: 受托支付协议登记 新增参数 协议类型
parent
7cd89e3243
commit
aeaea4e880
|
|
@ -36,6 +36,11 @@ public class EntPayAgrtAddRequest implements ApiRequest {
|
||||||
*/
|
*/
|
||||||
@SerializedName("file_no")
|
@SerializedName("file_no")
|
||||||
private String fileNo;
|
private String fileNo;
|
||||||
|
/**
|
||||||
|
* 协议类型
|
||||||
|
*/
|
||||||
|
@SerializedName("contract_type")
|
||||||
|
private String contractType;
|
||||||
/**
|
/**
|
||||||
* 付款账户账号(经销商A1)
|
* 付款账户账号(经销商A1)
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue