PCN数据同步, 逻辑修改

Signed-off-by: crish <570360737@qq.com>
yun-zuoyi
crish 6 years ago
parent c6584a9437
commit 71e7362216

@ -62,4 +62,8 @@ public class MesProdRouteOptParam extends BaseBean {
public int getStepSeq() { public int getStepSeq() {
return this.stepSeq == null ? 0 : this.stepSeq; return this.stepSeq == null ? 0 : this.stepSeq;
} }
public void setStepSeq(int stepSeq) {
this.stepSeq = stepSeq;
}
} }

@ -73,6 +73,10 @@ public class MesProdRouteOptParam extends BaseBean {
return this.stepSeq == null ? 0 : this.stepSeq; return this.stepSeq == null ? 0 : this.stepSeq;
} }
public void setStepSeq(int stepSeq) {
this.stepSeq = stepSeq;
}
public int getParamTypeVal() { public int getParamTypeVal() {
return this.paramType == null ? 0 : this.paramType; return this.paramType == null ? 0 : this.paramType;
} }

Loading…
Cancel
Save