自动化立体仓库 - WMS系统
lty
2025-06-23 d45fd7768ac59fb44e65ce574aaf9fda1489488b
src/main/java/com/zy/asrs/entity/OutLocInfoDto.java
@@ -45,15 +45,15 @@
         */
        private String orderNo;
        /**
         * 客户名称
         */
        private String customerName;
        /**
         * 订单备注
         */
        private String memo;
//        /**
//         * 客户名称
//         */
//        private String customerName;
//
//        /**
//         * 订单备注
//         */
//        private String memo;
        /**
         * 订单明细总数
@@ -69,6 +69,7 @@
         * 工作中订单明细数
         */
        private Integer workQuantity;
        private Integer completeQuantity;
        @Data
        public static class MaterialDetail {
@@ -87,6 +88,31 @@
             * 规格
             */
            private String specs;
            private String boxType;
            private String CoreType;
            private String width;
            private String thickness;
            private Double weight;
            private Double length;
            private Double volume;
            /**
             * 客户名称
             */
            private String customerName;
            /**
             * 订单备注
             */
            private String memo;
        }
    }