自动化立体仓库 - WMS系统
#
LSH
2023-11-04 ac71fc224f8ee92727786320a89c000e66171721
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);
}