From ab54937a1d80a150e69bc9ea76e2bdbd88f61ac4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=BF=A0=E6=9E=97?= <170083662@qq.com> Date: Tue, 14 Jan 2025 22:41:40 +0800 Subject: [PATCH] =?UTF-8?q?payment=E6=96=B0=E5=A2=9E=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/gxwebsoft/common/system/entity/Payment.java | 6 ++++++ 1 file changed, 6 insertions(+) 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;