src/main/java/com/zy/asrs/entity/param/CombParam.java
@@ -58,6 +58,8 @@ //备注 private String memo = ""; private String supplier = ""; public CombMat() { } @@ -69,6 +71,7 @@ this.standby1 = basArmMast.getPo(); this.standby2 = basArmMast.getUpc(); this.standby3 = basArmMast.getSku(); this.supplier = basArmMast.getSupplier(); // this.supp = basArmMast.getSupplier(); } }