自动化立体仓库 - WMS系统
#
lsh
2024-04-14 b141c90208b6a82504680d35eacdaecff1cb7e40
src/main/java/com/zy/asrs/entity/param/StockOutParam.java
@@ -12,6 +12,7 @@
    // 出站口
    private Integer outSite;
    private String orderNo;
    // 物料编号集合
    private List<LocDetl> locDetls;
@@ -22,15 +23,39 @@
        // 库位号
        private String locNo;
        // 商品编号
        // 物料编码
        private String matnr;
        // 批号
        //木箱编码
        private String batch;
        // 数量
        //批次
        private String model;
        //规格
        private String specs;
        //木箱类型
        private String brand;
        //托盘码
        private String zpallet;
        private String origin;
        private Double weight;
        // 木箱中铜箔数量
        private Double anfme;
        // 木箱中铜箔数量
        private Double count;
        public void setAnfme(Double anfme){
            this.anfme=anfme;
            this.count=anfme;
        }
    }
}