自动化立体仓库 - WMS系统
#
lsh
2024-10-26 9dd23778d5b9a97da390abc4e6f785e60767acf4
src/main/java/com/zy/asrs/entity/param/StockOutParam.java
@@ -13,6 +13,7 @@
    // 出站口
    private Integer outSite;
    private String orderNo;
    private String cstmrName;
    // 物料编号集合
    private List<LocDetl> locDetls;
@@ -29,6 +30,8 @@
        //木箱编码
        private String batch;
        private String memo;
        //批次
        private String model;
@@ -41,11 +44,23 @@
        //托盘码
        private String zpallet;
        private String origin;
        private Double weight;
        // 木箱中铜箔数量
        private Double anfme;
        // 木箱中铜箔数量
        private Double count;
        private Double volume;
        private Double price;
        private String color;
        public void setAnfme(Double anfme){
            this.anfme=anfme;
            this.count=anfme;
        }
    }