仓库物料统计预警

yun-zuoyi
李俊生 4 years ago
parent b06b49866f
commit efaafcdcc9

@ -945,4 +945,8 @@ public class WmsStockSn extends BaseBean {
this.zoneNo = zoneNo; this.zoneNo = zoneNo;
this.vendorNo = vendorNo; this.vendorNo = vendorNo;
} }
public WmsStockSn(String partNo, Double qty) {
this.partNo = partNo;
this.qty = qty;
}
} }

Loading…
Cancel
Save