自动化立体仓库 - WMS系统
zwl
5 天以前 5b00928c8570a3ba21a1170b4642ef88635d90da
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);
    /**
@@ -27,4 +31,11 @@
    List<WrkMast> selectWrkMastWrkDetl(Integer ioType, FindLocNoAttributeVo findLocNoAttributeVo, Integer crnNo);
    WrkMast selectWrkMast(Integer workNo,String barcode);
    /**
     * 出库(io_type=101)同一 user_no、同一 batch_seq:主表与历史表并集下,自 1 起连续存在的最大 plt_type。
     */
    int outboundSeqMaxContiguousPlt(String userNo, String batchSeq);
}