From c635d78b479510ebe2556a420948effcd30a0731 Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期六, 21 十二月 2024 18:40:43 +0800
Subject: [PATCH] 新建德森项目分支

---
 zy-asrs-wms/src/main/java/com/zy/asrs/wms/system/license/entity/license/LicenseVerifyParam.java |   96 ++++++++++++++++++++++++------------------------
 1 files changed, 48 insertions(+), 48 deletions(-)

diff --git a/zy-asrs-wms/src/main/java/com/zy/asrs/wms/system/license/entity/license/LicenseVerifyParam.java b/zy-asrs-wms/src/main/java/com/zy/asrs/wms/system/license/entity/license/LicenseVerifyParam.java
index 42fa997..b6c49f3 100644
--- a/zy-asrs-wms/src/main/java/com/zy/asrs/wms/system/license/entity/license/LicenseVerifyParam.java
+++ b/zy-asrs-wms/src/main/java/com/zy/asrs/wms/system/license/entity/license/LicenseVerifyParam.java
@@ -1,48 +1,48 @@
-package com.zy.asrs.wms.system.license.entity.license;
-
-import lombok.Data;
-
-/**
- * 鏍¢獙绛惧悕鏂囦欢
- */
-@Data
-public class LicenseVerifyParam {
-
-    /**
-     * 璇佷功subject
-     */
-    private String subject;
-
-    /**
-     * 鍏挜鍒О
-     */
-    private String publicAlias;
-
-    /**
-     * 璁块棶鍏挜搴撶殑瀵嗙爜
-     */
-    private String storePass;
-
-    /**
-     * 璇佷功鐢熸垚璺緞
-     */
-    private String licensePath;
-
-    /**
-     * 瀵嗛挜搴撳瓨鍌ㄨ矾寰�
-     */
-    private String publicKeysStorePath;
-
-    public LicenseVerifyParam() {
-
-    }
-
-    public LicenseVerifyParam(String subject, String publicAlias, String storePass, String licensePath, String publicKeysStorePath) {
-        this.subject = subject;
-        this.publicAlias = publicAlias;
-        this.storePass = storePass;
-        this.licensePath = licensePath;
-        this.publicKeysStorePath = publicKeysStorePath;
-    }
-
-}
+package com.zy.asrs.wms.system.license.entity.license;
+
+import lombok.Data;
+
+/**
+ * 鏍¢獙绛惧悕鏂囦欢
+ */
+@Data
+public class LicenseVerifyParam {
+
+    /**
+     * 璇佷功subject
+     */
+    private String subject;
+
+    /**
+     * 鍏挜鍒О
+     */
+    private String publicAlias;
+
+    /**
+     * 璁块棶鍏挜搴撶殑瀵嗙爜
+     */
+    private String storePass;
+
+    /**
+     * 璇佷功鐢熸垚璺緞
+     */
+    private String licensePath;
+
+    /**
+     * 瀵嗛挜搴撳瓨鍌ㄨ矾寰�
+     */
+    private String publicKeysStorePath;
+
+    public LicenseVerifyParam() {
+
+    }
+
+    public LicenseVerifyParam(String subject, String publicAlias, String storePass, String licensePath, String publicKeysStorePath) {
+        this.subject = subject;
+        this.publicAlias = publicAlias;
+        this.storePass = storePass;
+        this.licensePath = licensePath;
+        this.publicKeysStorePath = publicKeysStorePath;
+    }
+
+}

--
Gitblit v1.9.1