From 958714543e06c125891a6245f489a6ede5b39cd0 Mon Sep 17 00:00:00 2001
From: zwl <1051256694@qq.com>
Date: 星期一, 23 三月 2026 14:15:16 +0800
Subject: [PATCH] 1.修复空板入库时找库存明细为空 2.新增mes查询wms具体机台工位冻结情况,

---
 src/main/java/com/zy/system/entity/license/LicenseVerifyParam.java |    8 +-------
 1 files changed, 1 insertions(+), 7 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..d5d2521 100644
--- a/src/main/java/com/zy/system/entity/license/LicenseVerifyParam.java
+++ b/src/main/java/com/zy/system/entity/license/LicenseVerifyParam.java
@@ -24,11 +24,6 @@
     private String storePass;
 
     /**
-     * 璇佷功鐢熸垚璺緞
-     */
-    private String licensePath;
-
-    /**
      * 瀵嗛挜搴撳瓨鍌ㄨ矾寰�
      */
     private String publicKeysStorePath;
@@ -37,11 +32,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