|
|
|
@ -70,6 +70,10 @@ public class MesRawPartSn extends BaseBean implements Serializable {
|
|
|
|
|
@ApiParam("供应商代码")
|
|
|
|
|
private String supplierCode;
|
|
|
|
|
|
|
|
|
|
@Column(name = "CT_NO")
|
|
|
|
|
@ApiParam("容器编号")
|
|
|
|
|
private String ctNo;
|
|
|
|
|
|
|
|
|
|
public double getRawQtyVal() {
|
|
|
|
|
return this.rawQty == null ? 0l : this.rawQty;
|
|
|
|
|
}
|
|
|
|
|