自动化立体仓库 - WMS系统
lty
2025-06-20 2d81e5e2ff8de4e97633e86b5605b6c787660cd5
src/main/java/com/zy/asrs/entity/param/ZwmsOutLocWorkDto.java
@@ -16,13 +16,20 @@
    private String orderType; // 订单类型
    private List<Rolls> matDetails;
    private String customerName; // 客户名称
    @Data
    public static class Rolls{
        private String rollNo; // 卷号
        private String boxNo; // 箱号
        private String specs; // 规格
    }
    private String memo; // 订单备注
    List<String> groups; // 包装组号列表
//    private List<Rolls> matDetails;
//
//    @Data
//    public static class Rolls{
//        private String rollNo; // 卷号
//        private String boxNo; // 箱号
//        private String specs; // 规格
//        private Integer splices; // 接头/个
//    }
}