|
|
@ -47,7 +47,7 @@ public class MesRawPartSn extends BaseBean {
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name = "RAW_QTY")
|
|
|
|
@Column(name = "RAW_QTY")
|
|
|
|
@ApiParam("数量")
|
|
|
|
@ApiParam("数量")
|
|
|
|
private Long rawQty;
|
|
|
|
private Double rawQty;
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name = "LOT_NO")
|
|
|
|
@Column(name = "LOT_NO")
|
|
|
|
@ApiParam("生产批次")
|
|
|
|
@ApiParam("生产批次")
|
|
|
@ -65,7 +65,7 @@ public class MesRawPartSn extends BaseBean {
|
|
|
|
@ApiParam("供应商代码")
|
|
|
|
@ApiParam("供应商代码")
|
|
|
|
private String supplierCode;
|
|
|
|
private String supplierCode;
|
|
|
|
|
|
|
|
|
|
|
|
public long getRawQtyVal() {
|
|
|
|
public double getRawQtyVal() {
|
|
|
|
return this.rawQty == null ? 0l : this.rawQty;
|
|
|
|
return this.rawQty == null ? 0l : this.rawQty;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|