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