From ee3e392a7590c8c0daf66c4b49cc6884b57dd2d5 Mon Sep 17 00:00:00 2001 From: chenjiahe <763432473@qq.com> Date: 星期四, 11 八月 2022 12:00:32 +0800 Subject: [PATCH] 新增redisson的方法 --- src/main/java/com/platform/entity/ThirtApplication.java | 21 ++++++++++++++++++++- 1 files changed, 20 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/platform/entity/ThirtApplication.java b/src/main/java/com/platform/entity/ThirtApplication.java index f49ed22..f6c44fd 100644 --- a/src/main/java/com/platform/entity/ThirtApplication.java +++ b/src/main/java/com/platform/entity/ThirtApplication.java @@ -4,10 +4,14 @@ /**搴旂敤appid*/ private String appId; + /**鏉ユ簮搴旂敤缂栫爜*/ + private String appIdCode; /**搴旂敤鍚嶇О*/ private String name; - /***/ + /**骞冲彴绉橀挜*/ private String privateKey; + /**鍟嗘埛鍏挜*/ + private String merchantRsaPublicKey; public String getAppId() { return appId; @@ -15,6 +19,14 @@ public void setAppId(String appId) { this.appId = appId; + } + + public String getAppIdCode() { + return appIdCode; + } + + public void setAppIdCode(String appIdCode) { + this.appIdCode = appIdCode; } public String getName() { @@ -33,4 +45,11 @@ this.privateKey = privateKey; } + public String getMerchantRsaPublicKey() { + return merchantRsaPublicKey; + } + + public void setMerchantRsaPublicKey(String merchantRsaPublicKey) { + this.merchantRsaPublicKey = merchantRsaPublicKey; + } } -- Gitblit v1.8.0