Junjie
2023-07-24 c26e8cfaf7a268516e5ec73f8b55c44641e21777
src/main/java/com/zy/asrs/mapper/BasDevpMapper.java
@@ -15,4 +15,12 @@
    List<Integer> getAvailableInSite(@Param("typeNo") Integer typeNo);
    List<Integer> getAvailableOutSite(@Param("typeNo") Integer typeNo);
    BasDevp selectByWrkNo(Integer wrkNo);
    BasDevp queryByLocNo(String locNo);
    BasDevp queryByQrCode(Integer qrCodeValue);
    List<BasDevp> selectLevSite();
}