自动化立体仓库 - WMS系统
zyx
2023-10-16 a6a6cb74f3cb3e647477838272687fdbf5929c26
src/main/java/com/zy/asrs/service/OrderService.java
@@ -23,7 +23,7 @@
    void remove(Long orderId);
    void report(Long orderId, Long userId);
    void report(Long orderId, String username);
    List<Order> selectComplete();