自动化立体仓库 - WMS系统
#
LSH
2023-12-26 a3125936b8af732f6d5c8825e941741c713c7e04
src/main/java/com/zy/asrs/entity/param/StockOutParam.java
@@ -31,6 +31,10 @@
        // 数量
        private Double count;
        private int owner;
        private int payment;
    }
}