王佳豪
2021-05-31 6f4481ecb7292de5f781ab85f5892ab8175cfc55
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;
    }
}