自动化立体仓库 - WMS系统
src/main/java/com/zy/asrs/service/WrkMastService.java
@@ -14,6 +14,10 @@
    List<WrkMast> selectToBeHistoryData();
    List<WrkMast> selectPendingInboundCameraCapture();
    boolean updateMemoIfCurrent(Integer wrkNo, String current, String next);
    WrkMast selectByBarcode(String barcode);
    /**