自动化立体仓库 - WMS系统
zyx
2024-01-29 886ec394c38d842e1a2ef099782fbc93409e9d16
src/main/java/com/zy/asrs/entity/param/StockOutParam.java
@@ -34,8 +34,14 @@
        // 数量
        private Double count;
        //
        //容器码
        private String suppCode;
        //销售订单号
        private String threeCode;
        //销售订单行号
        private String deadTime;
    }
}