#
TQS
2023-07-08 001e17d89444f1dbfd2ff7ed7e88c79015ffd765
src/main/java/com/zy/asrs/mapper/BasDevpMapper.java
@@ -15,4 +15,8 @@
    List<Integer> getAvailableInSite(@Param("typeNo") Integer typeNo);
    List<Integer> getAvailableOutSite(@Param("typeNo") Integer typeNo);
    List<BasDevp> getLoading(@Param("sour") Integer sour);
    BasDevp selectByWrkNo(Integer wrkNo);
}