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

main
wb3298 2025-05-29 10:02:58 +08:00
parent 7cd89e3243
commit aeaea4e880
1 changed files with 5 additions and 0 deletions

View File

@ -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
*/ */