#
luxiaotao1123
2021-11-24 c58b3e345dcc7c83f776e3da9bd0db7ef7b32caf
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;
    }
}