自动化立体仓库 - WMS系统
zhangc
2024-12-31 83b8b7cecfe8266a44bfce696d857b3be7149e3f
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,17 @@
        // 数量
        private Double count;
        //货架码
        private String suppCode;
        //销售订单号
        private String threeCode;
        //销售订单行号
        private String deadTime;
        // 工序状态 1:待加工,2:已加工,3:无需加工
        private Integer processSts;
    }
}