#
zjj
2024-11-13 ce774b54691a32e93b09468c1c0a34dafd9d58bc
src/main/java/com/zy/asrs/mapper/WrkMastMapper.java
@@ -5,13 +5,17 @@
import org.apache.ibatis.annotations.*;
import org.springframework.stereotype.Repository;
import java.io.Serializable;
import java.util.List;
@Mapper
@Repository
public interface WrkMastMapper extends BaseMapper<WrkMast> {
    WrkMast selectByLocNo(@Param("sourceLocNo") String staNo);
    WrkMast selectCrn5Task2();
    WrkMast selectByLocNo( @Param("staNo") String staNo);
    WrkMast selectByLocNo1(@Param("sourceLocNo") String sourceLocNo);
@@ -122,4 +126,7 @@
    List<WrkMast> selectLaneWrkMastIn();//查询入库任务
    List<WrkMast> selectLaneWrkMastOut();//查询出库任务
    WrkMast selectByWrkNo(Integer wrkNo);
}