| | |
| | | |
| | | import com.baomidou.mybatisplus.service.IService; |
| | | import com.zy.asrs.entity.WrkMast; |
| | | import com.zy.asrs.entity.result.FindLocNoAttributeVo; |
| | | |
| | | import java.util.List; |
| | | |
| | |
| | | |
| | | int selectWrkMastBareBoardStaNo(Integer ioType,Integer staNo); |
| | | |
| | | List<WrkMast> selectWrkMastWrkDetlMatnrBatch(Integer ioType,String matnr , String batch ,String grade,Integer crnNo); |
| | | 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); |
| | | |
| | | } |