#
TQS
2022-11-22 e8d69a073ca146bf1adbb1025dac8be9c5fa88d3
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);
}