#
luxiaotao1123
2022-10-20 a1d5e46f2f5405e7adbbea0b34673e54b2a5ebca
src/main/java/com/zy/asrs/mapper/BasDevpMapper.java
@@ -15,4 +15,6 @@
    List<Integer> getAvailableInSite(@Param("typeNo") Integer typeNo);
    List<Integer> getAvailableOutSite(@Param("typeNo") Integer typeNo);
    BasDevp selectByWrkNo(Integer wrkNo);
}