自动化立体仓库 - WMS系统
#
Administrator
2025-06-19 ec3db382f74ce0dfaf8e7b96ad3d52ed772781b3
src/main/java/com/zy/asrs/entity/param/ZwmsOutLocWorkDto.java
@@ -16,14 +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 Integer splices; // 接头/个
    }
    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; // 接头/个
//    }
}