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:主表与历史表并集下,自 1 起连续存在的最大 plt_type。 */ int outboundSeqMaxContiguousPlt(String userNo); }