|
|
@ -53,9 +53,7 @@ public class ClientPreApplyBean {
|
|
|
|
private String codeKey;
|
|
|
|
private String codeKey;
|
|
|
|
private boolean agree;
|
|
|
|
private boolean agree;
|
|
|
|
private String nation_code;
|
|
|
|
private String nation_code;
|
|
|
|
@NotEmpty(message = "Merchant Payment Scenario Type can't be null")
|
|
|
|
|
|
|
|
private String client_pay_type;
|
|
|
|
private String client_pay_type;
|
|
|
|
@NotEmpty(message = "Merchant Payment Scenario Desc can't be null")
|
|
|
|
|
|
|
|
private String client_pay_desc;
|
|
|
|
private String client_pay_desc;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|