自动化立体仓库 - WMS系统
whycq
2023-07-24 b7e08df5a07b3fa832a46ecc31983e16f2bccc8c
src/main/java/com/zy/asrs/entity/param/CombParam.java
@@ -25,12 +25,17 @@
        private Double count;
        //批号
        private String supplier;
        //供应商
        private String vendor;
        //来源
        private Integer source;
        private String source;
        private String memo;
        public String getVendor(){return vendor;}
        public void setVendor(String vendor){this.vendor=vendor;}
        public String getSeqNo() {
            return seqNo;
        }
@@ -39,11 +44,9 @@
            this.seqNo = seqNo;
        }
        public Integer getSource() {
            return source;
        }
        public String getSource() { return source; }
        public void setSource(Integer source) {
        public void setSource(String source) {
            this.source = source;
        }