feat: 受托支付协议登记 新增参数 协议类型

main
wb3298 2025-05-29 14:44:44 +08:00
parent aeaea4e880
commit b2655892fc
1 changed files with 6 additions and 0 deletions

View File

@ -52,6 +52,12 @@ public class EntPayAgrtCreateRequest implements ApiRequest {
@SerializedName("file_no") @SerializedName("file_no")
private String fileNo; private String fileNo;
/**
*
*/
@SerializedName("contract_type")
private String contractType;
/** /**
* A1 * A1
*/ */