自动化立体仓库 - WMS系统
13
zhang
昨天 5a8d3f9952ec4ff545ef0f5878d861692b0a39a3
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;
    }