自动化立体仓库 - WMS系统
#
luxiaotao1123
2020-06-11 39b22a93673a65872b7f63f8d5ff1c2b95ef0bbd
src/main/java/com/zy/common/entity/Parameter.java
@@ -49,4 +49,14 @@
        return instance;
    }
    // 验证码开关
    private String codeSwitch;
    public String getCodeSwitch() {
        return codeSwitch;
    }
    public void setCodeSwitch(String codeSwitch) {
        this.codeSwitch = codeSwitch;
    }
}