自动化立体仓库 - WMS系统
dubin
2025-12-19 b00eeab31bd13ba34a03301aa441b0751d6a93e4
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;
        }