| | |
| | | @Repository |
| | | public interface WrkMastMapper extends BaseMapper<WrkMast> { |
| | | |
| | | WrkMast selectByLocNo(@Param("sourceLocNo") String sourceLocNo); |
| | | WrkMast selectByLocNo(@Param("sourceLocNo") String staNo); |
| | | |
| | | WrkMast selectByLocNo1(@Param("sourceLocNo") String sourceLocNo); |
| | | |
| | |
| | | |
| | | WrkMast selectPakoutEmpty(@Param("staNo")Integer outSite); |
| | | |
| | | /** |
| | | * 查询是否是盘点出库,检料出库 |
| | | */ |
| | | WrkMast selectpj(@Param("staNo")Integer staNo,@Param("barcode")String barcode); |
| | | |
| | | List<WrkMast> selectLaneWrkMastIn();//查询入库任务 |
| | | |
| | | List<WrkMast> selectLaneWrkMastOut();//查询出库任务 |
| | | } |