#
1
9 天以前 7404d352ee7efa5ae82d6bd68a3a876a913159f8
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();
        }
    }