| | |
| | | |
| | | List<WrkMast> selectToBeHistoryData(); |
| | | |
| | | List<WrkMast> selectPendingInboundCameraCapture(); |
| | | |
| | | boolean updateMemoIfCurrent(Integer wrkNo, String current, String next); |
| | | |
| | | WrkMast selectByBarcode(String barcode); |
| | | |
| | | /** |
| | |
| | | WrkMast selectWrkMast(Integer workNo,String barcode); |
| | | |
| | | /** |
| | | * 出库(io_type=101)同一 user_no:主表与历史表并集下,自 1 起连续存在的最大 plt_type。 |
| | | * 出库(io_type=101)同一 user_no、同一 batch_seq:主表与历史表并集下,自 1 起连续存在的最大 plt_type。 |
| | | */ |
| | | int outboundSeqMaxContiguousPlt(String userNo); |
| | | int outboundSeqMaxContiguousPlt(String userNo, String batchSeq); |
| | | |
| | | } |