自动化立体仓库 - WMS系统
#
luxiaotao1123
2020-06-18 e358a4b9eaf42033077319f2dff19cd97f17ed5a
src/main/java/com/zy/asrs/entity/param/LocDetlAdjustParam.java
@@ -19,7 +19,7 @@
        private String matNo;
        // 变更数量
        private Integer count;
        private Double count;
        public String getMatNo() {
            return matNo;
@@ -29,11 +29,11 @@
            this.matNo = matNo;
        }
        public Integer getCount() {
        public Double getCount() {
            return count;
        }
        public void setCount(Integer count) {
        public void setCount(Double count) {
            this.count = count;
        }
    }
@@ -53,4 +53,5 @@
    public void setList(List<LocDetlAdjust> list) {
        this.list = list;
    }
}