自动化立体仓库 - WMS系统
LSH
2023-12-07 a05096d54b4b348fa7b91efed10db87018b8ffba
src/main/java/com/zy/asrs/entity/param/PalletizingCompleteParam.java
@@ -12,7 +12,7 @@
    private String barcode;//   是   字符串   托盘码
    private String palletizingNo;//   是   字符串   码垛位编号
    private String boxType;//   是   字符串   码垛位编号
    private String boxType;//   是   字符串   木箱类型
    private String createTime;//   是   字符串   创建时间
    private List<MatList> matLists;//      是   列表   拆垛货物信息(2箱,尾箱可能1箱)
@@ -27,6 +27,16 @@
        private Integer anfme;//   是   数字型   木箱中铜箔数量
        private String batch;//   (是否分批)   字符串   批次号
        private String specs;//   (是否需要)   字符串   规格
        private List<MatDetlList> matDetlList;//      是   列表   木箱中铜箔信息
    }
    @Data
    public static class MatDetlList{
        private String boxNoDetl;//   是   字符串   铜箔编号(唯一字段)
        private String positionDetl;//   是   字符串   铜箔位置(拆垛时需要)
        private Double weightDetl;//   是   小数型   重量
        private String batchDetl;//   (是否分批)   字符串   批次号
        private String specsDetl;//   (是否需要)   字符串   规格
    }
    public Integer getDevNo$(){