Junjie
2023-07-18 1a4646eb0d6cb0a01c1338977b85844c029144db
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();
}