src/main/java/com/zy/asrs/entity/param/GwmsGenerateInventoryDto.java
@@ -17,6 +17,10 @@ public static class MatList{ private String boxPos; // 箱子位置 private String packageGroupNo; // 包装组号 private String boxType; // 木箱类型 private String rollType; // 管芯类型 private String wideInWidth; // 实测宽幅(分切成品下料) private String thickness; // 生箔厚度(分切成品下料) private List<Rolls> rolls; // 卷集合 } @Data @@ -28,5 +32,6 @@ private Integer splices; //接头 个 private Double netWeight; // 净重 private Double grossWeight; // 毛重 private String fqTime; // 分切下料时间 } }