自动化立体仓库 - WMS系统
#
Junjie
2023-09-22 9e3dafcb599c369ca06879e5a89a9c1e65f17fb5
src/main/java/com/zy/asrs/service/OrderService.java
@@ -23,6 +23,8 @@
    void remove(Long orderId);
    void report(Long orderId, Long userId);
    List<Order> selectComplete();
    /**