自动化立体仓库 - WMS系统
zyx
2024-01-08 71d838e032d13a46a07917f5606862496220ea74
src/main/java/com/zy/asrs/mapper/LocMastMapper.java
@@ -22,4 +22,17 @@
    Integer selectEmptyLocCount(@Param("locType1") Short locType1, @Param("crnNo") Integer crnNo);
    List<LocMast> queryShallowLocFMast(@Param("crnNo") Integer crnNo);
    List<LocMast> selectLocByLev(Integer lev);
    List<LocMast> selectByLocNo(@Param("locNo") List<String> locNo);
    List<LocMast> selectNodeByLev(Integer lev);
    LocMast selectLocStatus(@Param("locno") String locno);
}