#
TQS
2023-03-01 f30a3efc28ee4d3f67ddf76bc360b676595e4b80
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);
}