自动化立体仓库 - WMS系统
#
LSH
2023-12-08 1ed4d384f6d52a5f689915d9f9ebfc9b8545bc09
src/main/java/com/zy/asrs/entity/param/StockOutParam.java
@@ -47,6 +47,11 @@
        // 木箱中铜箔数量
        private Double count;
        public void setAnfme(Double anfme){
            this.anfme=anfme;
            this.count=anfme;
        }
    }
}