Merge branch 'ext-dev' of andly.pan/i3plus-pojo into ext-dev

yun-zuoyi
潘天虎 4 years ago committed by nancy.li
commit 555a4d7174

@ -159,6 +159,6 @@ public class WmsActionResponseBean<Obj> implements Serializable {
}
public int getIsResetVal() {
return this.isReset == null ? 0 : this.isReset;
return this.isReset == null ? 2 : this.isReset;
}
}

Loading…
Cancel
Save