Signed-off-by: crish <570360737@qq.com>
@ -62,4 +62,8 @@ public class MesProdRouteOptParam extends BaseBean {
public int getStepSeq() {
return this.stepSeq == null ? 0 : this.stepSeq;
}
public void setStepSeq(int stepSeq) {
this.stepSeq = stepSeq;
@ -73,6 +73,10 @@ public class MesProdRouteOptParam extends BaseBean {
public int getParamTypeVal() {
return this.paramType == null ? 0 : this.paramType;