王佳豪
2021-06-01 1d3bb76d19961a6e165a7e234ccf17b5eb3a84d9
src/main/java/zy/cloud/wms/common/entity/Parameter.java
@@ -70,4 +70,24 @@
    public void setWeekPlanDayRule(Integer weekPlanDayRule) {
        this.weekPlanDayRule = weekPlanDayRule;
    }
    private String uniNode;
    public String getUniNode() {
        return uniNode;
    }
    public void setUniNode(String uniNode) {
        this.uniNode = uniNode;
    }
    private String syncSwitch;
    public String getSyncSwitch() {
        return syncSwitch;
    }
    public void setSyncSwitch(String syncSwitch) {
        this.syncSwitch = syncSwitch;
    }
}