|
|
|
@ -366,12 +366,13 @@ public class WmsPart extends BaseBean {
|
|
|
|
|
this.partSpec = partSpec;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public WmsPart(String partNo, String partName, String partSpec, Double snp, String buyUnit, Integer snControl, Double qty) {
|
|
|
|
|
public WmsPart(String partNo, String partName, String partSpec, Double snp, String buyUnit, String stockUnit, Integer snControl, Double qty) {
|
|
|
|
|
this.partNo = partNo;
|
|
|
|
|
this.partName = partName;
|
|
|
|
|
this.partSpec = partSpec;
|
|
|
|
|
this.snp = snp;
|
|
|
|
|
this.buyUnit = buyUnit;
|
|
|
|
|
this.stockUnit = stockUnit;
|
|
|
|
|
this.snControl = snControl;
|
|
|
|
|
this.qty = qty;
|
|
|
|
|
}
|
|
|
|
|