自动化立体仓库 - WMS系统
luxiaotao1123
2020-07-29 9dec8b50fffeb8c1d77a83a6fecd37cc3ec3860f
src/main/java/com/zy/common/entity/Parameter.java
@@ -49,4 +49,25 @@
        return instance;
    }
    // 验证码开关
    private String codeSwitch;
    public String getCodeSwitch() {
        return codeSwitch;
    }
    public void setCodeSwitch(String codeSwitch) {
        this.codeSwitch = codeSwitch;
    }
    // 库位初始化口令
    private String locMastInitPwd;
    public String getLocMastInitPwd() {
        return locMastInitPwd;
    }
    public void setLocMastInitPwd(String locMastInitPwd) {
        this.locMastInitPwd = locMastInitPwd;
    }
}