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