Merge branches 'ext-dev' and 'test' of http://git.estsh.com/i3-IMPP/i3plus-pojo into pext-dev

yun-zuoyi
andly.pan 4 years ago
commit 5859716998

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