#
luxiaotao1123
2021-11-24 b062314f84ccdb27c074cb1e672e0ef56e091c73
src/main/java/zy/cloud/wms/common/entity/Parameter.java
@@ -80,4 +80,14 @@
    public void setUniNode(String uniNode) {
        this.uniNode = uniNode;
    }
    private String syncSwitch;
    public String getSyncSwitch() {
        return syncSwitch;
    }
    public void setSyncSwitch(String syncSwitch) {
        this.syncSwitch = syncSwitch;
    }
}