From 5a8d3f9952ec4ff545ef0f5878d861692b0a39a3 Mon Sep 17 00:00:00 2001
From: zhang <zc857179121@qq.com>
Date: 星期二, 30 九月 2025 15:35:31 +0800
Subject: [PATCH] 13

---
 src/main/java/com/zy/system/entity/license/LicenseVerifyParam.java |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/src/main/java/com/zy/system/entity/license/LicenseVerifyParam.java b/src/main/java/com/zy/system/entity/license/LicenseVerifyParam.java
index 33806e5..3d5e40e 100644
--- a/src/main/java/com/zy/system/entity/license/LicenseVerifyParam.java
+++ b/src/main/java/com/zy/system/entity/license/LicenseVerifyParam.java
@@ -23,10 +23,7 @@
      */
     private String storePass;
 
-    /**
-     * 璇佷功鐢熸垚璺緞
-     */
-    private String licensePath;
+
 
     /**
      * 瀵嗛挜搴撳瓨鍌ㄨ矾寰�
@@ -37,11 +34,10 @@
 
     }
 
-    public LicenseVerifyParam(String subject, String publicAlias, String storePass, String licensePath, String publicKeysStorePath) {
+    public LicenseVerifyParam(String subject, String publicAlias, String storePass, String publicKeysStorePath) {
         this.subject = subject;
         this.publicAlias = publicAlias;
         this.storePass = storePass;
-        this.licensePath = licensePath;
         this.publicKeysStorePath = publicKeysStorePath;
     }
 

--
Gitblit v1.9.1