TQS
2025-04-15 6fcb86b7b7825f486908b5fc9682aa9b88ff28b4
src/main/java/com/zy/asrs/mapper/BasDevpMapper.java
@@ -16,5 +16,8 @@
    List<Integer> getAvailableOutSite(@Param("typeNo") Integer typeNo);
    List<BasDevp> getLoading(@Param("sour") Integer sour);
    BasDevp selectByWrkNo(Integer wrkNo);
    BasDevp selectByDevNo(Integer devNo);
}