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 |   23 ++++++++++++++++-------
 1 files changed, 16 insertions(+), 7 deletions(-)

diff --git a/src/main/java/com/platform/entity/ThirtApplication.java b/src/main/java/com/platform/entity/ThirtApplication.java
index d1fc6a3..f6c44fd 100644
--- a/src/main/java/com/platform/entity/ThirtApplication.java
+++ b/src/main/java/com/platform/entity/ThirtApplication.java
@@ -4,12 +4,14 @@
 
     /**搴旂敤appid*/
     private String appId;
-    /**鏉ユ簮浠g爜*/
-    private String sourceCode;
+    /**鏉ユ簮搴旂敤缂栫爜*/
+    private String appIdCode;
     /**搴旂敤鍚嶇О*/
     private String name;
-    /***/
+    /**骞冲彴绉橀挜*/
     private String privateKey;
+    /**鍟嗘埛鍏挜*/
+    private String merchantRsaPublicKey;
 
     public String getAppId() {
         return appId;
@@ -19,12 +21,12 @@
         this.appId = appId;
     }
 
-    public String getSourceCode() {
-        return sourceCode;
+    public String getAppIdCode() {
+        return appIdCode;
     }
 
-    public void setSourceCode(String sourceCode) {
-        this.sourceCode = sourceCode;
+    public void setAppIdCode(String appIdCode) {
+        this.appIdCode = appIdCode;
     }
 
     public String getName() {
@@ -43,4 +45,11 @@
         this.privateKey = privateKey;
     }
 
+    public String getMerchantRsaPublicKey() {
+        return merchantRsaPublicKey;
+    }
+
+    public void setMerchantRsaPublicKey(String merchantRsaPublicKey) {
+        this.merchantRsaPublicKey = merchantRsaPublicKey;
+    }
 }

--
Gitblit v1.8.0