自动化立体仓库 - WMS系统
#
zwl
昨天 7aba2103c4b3ea72e8e0fd79dc88be0e251c1c33
src/main/java/com/zy/asrs/service/WrkMastService.java
@@ -29,4 +29,9 @@
    WrkMast selectWrkMast(Integer workNo,String barcode);
    /**
     * 出库(io_type=101)同一 user_no、同一 batch_seq:主表与历史表并集下,自 1 起连续存在的最大 plt_type。
     */
    int outboundSeqMaxContiguousPlt(String userNo, String batchSeq);
}