数字型字段get方法重写

yun-zuoyi
amy 6 years ago
parent e58b28ecc4
commit 03b28b5682

@ -126,4 +126,8 @@ public class WmsDocMovementMaster extends BaseBean {
@Transient
@ApiParam(value = "打印时间")
private String printDate;
public Integer getIsSn() {
return isSn == null ? 0 : this.getIsSn();
}
}

@ -111,4 +111,7 @@ public class WmsLocate extends BaseBean {
return this.partQty == null ? 0 : this.partQty.doubleValue();
}
public Integer getLocateType() {
return this.locateType== null ? 0 : this.locateType.intValue();
}
}

Loading…
Cancel
Save