src/main/java/com/zy/asrs/mapper/LocMastMapper.java
@@ -22,4 +22,7 @@ Integer selectEmptyLocCount(@Param("locType1") Short locType1, @Param("crnNo") Integer crnNo); List<LocMast> queryShallowLocFMast(@Param("crnNo") Integer crnNo); List<LocMast> selectLocShuttleMoveUnilateralY(@Param("bay")Integer bay,@Param("lev")Integer lev); List<LocMast> selectLocShuttleMoveUnilateralN(@Param("bay")Integer bay,@Param("lev")Integer lev); }