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; } }