From 3737362a7352ea38ba14f7e2290fd71df57a62d0 Mon Sep 17 00:00:00 2001
From: chen.llin <1442464845@qq.comm>
Date: 星期四, 01 一月 2026 15:21:01 +0800
Subject: [PATCH] 库位表缺少id报错,根据DDL修复
---
src/main/java/com/zy/system/entity/license/LicenseVerifyParam.java | 7 +------
1 files changed, 1 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..bbbf00d 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,6 @@
*/
private String storePass;
- /**
- * 璇佷功鐢熸垚璺緞
- */
- private String licensePath;
/**
* 瀵嗛挜搴撳瓨鍌ㄨ矾寰�
@@ -37,11 +33,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