自动化立体仓库 - WMS系统
#
LSH
2023-11-17 b4ffbe0d45e17bd4a4f79c6201e92cc9d3091cb8
src/main/java/com/zy/asrs/entity/param/LocDetlAdjustParam.java
@@ -32,8 +32,29 @@
        // 产品号
        private String matNo;
        private String supplier;
        // 变更数量
        private Double count;
        //变更供应商
        private String vendor;
        //变更来源
        private String source;
        public String getSource() {
            return source;
        }
        public void setSource(String source) {
            this.source = source;
        }
        public String getVendor() {
            return vendor;
        }
        public void setVendor(String vendor) {
            this.vendor = vendor;
        }
        public String getMatNo() {
            return matNo;
@@ -43,6 +64,14 @@
            this.matNo = matNo;
        }
        public String getSupplier() {
            return supplier;
        }
        public void setSupplier(String supplier) {
            this.supplier = supplier;
        }
        public Double getCount() {
            return count;
        }