修复坤泰问题

yun-zuoyi
钮海涛 5 years ago
parent 5f6a7c9a98
commit e3e4e1fc84

@ -362,4 +362,14 @@ public class WmsPart extends BaseBean {
this.snp = snp;
this.partSpec = partSpec;
}
public WmsPart(String partNo, String partName, String partSpec, Double snp, String buyUnit, Integer snControl, Double qty) {
this.partNo = partNo;
this.partName = partName;
this.partSpec = partSpec;
this.snp = snp;
this.buyUnit = buyUnit;
this.snControl = snControl;
this.qty = qty;
}
}

Loading…
Cancel
Save