合并sweb代码

yun-zuoyi
钮海涛 5 years ago
parent 543058b3a5
commit 61ad20717b

@ -348,4 +348,13 @@ public class WmsPart extends BaseBean {
this.qty = cqty;
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;
}
}

Loading…
Cancel
Save