自动化立体仓库 - WMS系统
LSH
2023-12-07 a05096d54b4b348fa7b91efed10db87018b8ffba
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{