|
|
|
@ -133,6 +133,11 @@ public class WmsCSOrderDetails extends BaseBean {
|
|
|
|
|
@AnnoOutputColumn(refClass = WmsEnumUtil.INVENTORY_DIFFERENCE_TYPE.class,refForeignKey = "value",value = "description")
|
|
|
|
|
public Integer differenceType;
|
|
|
|
|
|
|
|
|
|
public Integer getDifferenceType() {
|
|
|
|
|
return this.differenceType == null ?
|
|
|
|
|
-1: this.differenceType;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public Double getQty() {
|
|
|
|
|
return this.qty == null ? 0 : this.qty;
|
|
|
|
|
}
|
|
|
|
|