自动化立体仓库 - WMS系统
#
lsh
2024-07-03 b9068e2a764816ea72d85ec9c423c79f7896d4c4
src/main/java/com/zy/asrs/entity/param/LabellerMatParam.java
@@ -30,6 +30,9 @@
//    private String labellingTime;   //   字符串   贴标日期  yyyy-MM-dd HH:mm:ss
    private String uuid;   //   字符串   时间戳
    private String temp1;   //   字符串   备用
    private String temp2;   //   字符串   备用
//    private List<CombMat> combMats;
    private List<BoxNo> boxNos;
@@ -37,8 +40,8 @@
    @Data
    public static class BoxNo{
        private String boxNo;   //   字符串   数量
        private String temp1;   //   字符串   备用
        private String temp2;   //   字符串   备用
        private String temp3;   //   字符串   备用
        private String temp4;   //   字符串   备用
    }
//    @Data
//    public static class CombMat{