自动化立体仓库 - WMS系统
cl
2 天以前 8ca8f2b4ae5f84a8fd9b08b089fe2e48417e2b66
src/main/java/com/zy/asrs/service/WrkMastService.java
@@ -27,4 +27,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);
}