#
Junjie
2023-12-28 79e603ec5550093b6401c781c3f0cde45b12396c
zy-asrs-common/src/main/java/com/zy/asrs/common/wms/mapper/BasDevpMapper.java
@@ -12,8 +12,8 @@
@Repository
public interface BasDevpMapper extends BaseMapper<BasDevp> {
    List<Integer> getAvailableInSite(@Param("typeNo") Integer typeNo);
    List<Integer> getAvailableInSite(@Param("typeNo") Integer typeNo, @Param("hostId") Long hostId);
    List<Integer> getAvailableOutSite(@Param("typeNo") Integer typeNo);
    List<Integer> getAvailableOutSite(@Param("typeNo") Integer typeNo, @Param("hostId") Long hostId);
}