|
|
@ -79,7 +79,7 @@ public class WmsPOMasterDetails extends BaseBean {
|
|
|
|
@Column(name = "RC_QTY", columnDefinition = "decimal(18,8)")
|
|
|
|
@Column(name = "RC_QTY", columnDefinition = "decimal(18,8)")
|
|
|
|
@ColumnDefault("0")
|
|
|
|
@ColumnDefault("0")
|
|
|
|
@ApiParam(value = "收货数量", example = "0")
|
|
|
|
@ApiParam(value = "收货数量", example = "0")
|
|
|
|
private Double rcQty;
|
|
|
|
private Double rcQty = 0d;
|
|
|
|
|
|
|
|
|
|
|
|
//private Double getRcQty(){ return this.rcQty == null ? new Double(0) : this.rcQty; }
|
|
|
|
//private Double getRcQty(){ return this.rcQty == null ? new Double(0) : this.rcQty; }
|
|
|
|
|
|
|
|
|
|
|
|