#
1
2 天以前 cb67fb9d5f84c03bfe9b0e6a250553520729a317
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();
        }
    }