自动化立体仓库 - WMS系统
pang.jiabao
2025-04-30 abb9b5c51d8a20be68b64e0c4a9620f6578d2e3a
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; // 接头/个
//    }
}