Merge branch 'dev' into test

yun-zuoyi
jenkins 6 years ago
commit 26179650f0

@ -210,4 +210,7 @@ public class WmsMoveMaster extends BaseBean {
public Double getTransQty(){
return this.transQty == null ? 0 : this.transQty.doubleValue();
}
public int getBusiTypeCodeVal(){
return this.busiTypeCode == null ? 0 : this.busiTypeCode.intValue();
}
}

Loading…
Cancel
Save