#
18516761980
2022-06-14 d16d3b70e94f798d7e5abd145f8566d81d0c66c9
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;
    }
}