Junjie
2023-07-25 87ed52cefea33c8c6a69adb600e0aefaad484280
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();
}