|
|
@ -145,6 +145,10 @@ public class WmsDocMovementDetails extends BaseBean {
|
|
|
|
private String actualLot;
|
|
|
|
private String actualLot;
|
|
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
@Transient
|
|
|
|
|
|
|
|
@ApiParam("实际数量")
|
|
|
|
|
|
|
|
private Double actualQty;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
@ApiParam("推荐批次")
|
|
|
|
@ApiParam("推荐批次")
|
|
|
|
private String recommondLot;
|
|
|
|
private String recommondLot;
|
|
|
|
|
|
|
|
|
|
|
@ -152,5 +156,11 @@ public class WmsDocMovementDetails extends BaseBean {
|
|
|
|
@ApiParam("推荐库位")
|
|
|
|
@ApiParam("推荐库位")
|
|
|
|
private String recommondLocateNo;
|
|
|
|
private String recommondLocateNo;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
|
|
|
@ApiParam("前端表格编辑使用")
|
|
|
|
|
|
|
|
private Boolean isSet = false;
|
|
|
|
|
|
|
|
|
|
|
|
public Double getQty() {return qty == null ? 0L : this.qty.doubleValue(); }
|
|
|
|
public Double getQty() {return qty == null ? 0L : this.qty.doubleValue(); }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public Double getOutQty() {return outQty == null ? 0L : this.outQty.doubleValue(); }
|
|
|
|
}
|
|
|
|
}
|
|
|
|