|
|
@ -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;
|
|
|
|
}
|
|
|
|
}
|
|
|
|