Junjie
2023-07-24 4a2d92f23e17c0d8a47976af51cf4db871df9e83
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();
}