自动化立体仓库 - WMS系统
wang..123
2022-03-08 d5d603f35215c030e7e0b35f6e68e213f060177b
src/main/java/com/zy/asrs/entity/param/LocDetlAdjustParam.java
@@ -35,6 +35,26 @@
        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;