|
|
@ -348,4 +348,13 @@ public class WmsPart extends BaseBean {
|
|
|
|
this.qty = cqty;
|
|
|
|
this.qty = cqty;
|
|
|
|
this.createDatetime = createDateTime;
|
|
|
|
this.createDatetime = createDateTime;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public WmsPart(String partNo, String partName, String inLocateNo, String stockUnit, Double snp, String partSpec) {
|
|
|
|
|
|
|
|
this.partNo = partNo;
|
|
|
|
|
|
|
|
this.partName = partName;
|
|
|
|
|
|
|
|
this.inLocateNo = inLocateNo;
|
|
|
|
|
|
|
|
this.stockUnit = stockUnit;
|
|
|
|
|
|
|
|
this.snp = snp;
|
|
|
|
|
|
|
|
this.partSpec = partSpec;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|