自动化立体仓库 - WMS系统
#
18516761980
2022-02-14 212da8711e69c97349fae7f7b225211d4bcb2078
src/main/java/com/zy/asrs/entity/param/CombParam.java
@@ -23,8 +23,11 @@
        // 产品数量
        private Double count;
        //批号
        private String supplier;
        //来源
        private Integer source;
        private String memo;
@@ -36,6 +39,14 @@
            this.seqNo = seqNo;
        }
        public Integer getSource() {
            return source;
        }
        public void setSource(Integer source) {
            this.source = source;
        }
        public String getMatNo() {
            return matNo;
        }