自动化立体仓库 - WMS系统
#
wang..123
2022-02-14 a869e7291b6016b297bc00b30a2e83f8ed3983ea
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;
        }