自动化立体仓库 - WMS系统
#1
czkh
3 天以前 bac4cc2bb0723a5d844820589bc56bed9fc6bc6d
src/main/java/com/zy/asrs/entity/param/StockOutParam.java
@@ -31,6 +31,19 @@
        // 数量
        private Double count;
        private String sPgNO;
        private String outOrderNo;
        private String luHao;
        private Double weight;
        private String packing;
        private String proType;
        private String color;
    }
}