diff --git a/src/main/java/com/gxwebsoft/common/system/entity/Payment.java b/src/main/java/com/gxwebsoft/common/system/entity/Payment.java index afce2db..5d1d759 100644 --- a/src/main/java/com/gxwebsoft/common/system/entity/Payment.java +++ b/src/main/java/com/gxwebsoft/common/system/entity/Payment.java @@ -60,6 +60,12 @@ public class Payment implements Serializable { @ApiModelProperty(value = "证书文件 (KEY)") private String apiclientKey; + @ApiModelProperty(value = "公钥文件 (KEY)") + private String pubKey; + + @ApiModelProperty(value = "公钥ID") + private String pubKeyId; + @ApiModelProperty(value = "商户证书序列号") private String merchantSerialNumber;