自动化立体仓库 - WMS系统
pang.jiabao
2024-08-14 0dba85880e21d1a42fd2667590b5168c54bdc7e9
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