#
luxiaotao1123
2021-04-26 6b014bbfa38a67d9b7337d626fdb537f95ee4f2f
src/main/java/com/zy/asrs/entity/param/FullStoreParam.java
@@ -26,6 +26,8 @@
        // 物料数量
        private Double count;
        private String matStatus;
        public String getMatNo() {
            return matNo;
        }
@@ -41,6 +43,14 @@
        public void setCount(Double count) {
            this.count = count;
        }
        public String getMatStatus() {
            return matStatus;
        }
        public void setMatStatus(String matStatus) {
            this.matStatus = matStatus;
        }
    }
    public String getBarcode() {