自动化立体仓库 - WMS系统
#
luxiaotao1123
2020-08-31 ea7e9e6b45dba0b287d3a71b4fa6d5a13af300d6
src/main/java/com/zy/common/entity/Parameter.java
@@ -59,4 +59,15 @@
    public void setCodeSwitch(String codeSwitch) {
        this.codeSwitch = codeSwitch;
    }
    // 库位初始化口令
    private String locMastInitPwd;
    public String getLocMastInitPwd() {
        return locMastInitPwd;
    }
    public void setLocMastInitPwd(String locMastInitPwd) {
        this.locMastInitPwd = locMastInitPwd;
    }
}