自动化立体仓库 - WMS系统
whycq
2024-06-04 dc24e8e11dd2f17967fac7809ba40688162f8e9e
src/main/java/com/zy/asrs/entity/param/StockOutParam.java
@@ -13,6 +13,9 @@
    // 出站口
    private Integer outSite;
    // AGV出战口
    private String station;
    // 物料编号集合
    private List<LocDetl> locDetls;
@@ -31,6 +34,14 @@
        // 数量
        private Double count;
        //货架码
        private String suppCode;
        //销售订单号
        private String threeCode;
        //销售订单行号
        private String deadTime;
    }
}