#
TQS
2023-01-04 19d106566a98d12a3de3ef7f6816d88c99355ed4
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);
}