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