#
Junjie
2024-01-05 1d87fc5ed3d35dcaf3c5ebba51c98b0c3498ed48
zy-asrs-common/src/main/java/com/zy/asrs/common/wms/mapper/BasDevpMapper.java
@@ -12,6 +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, @Param("hostId") Long hostId);
}