1
TQS
2025-03-29 e5ac1f2efeeb6031d27129436344c7bd14419cfc
src/main/java/com/zy/asrs/mapper/BasDevpMapper.java
@@ -15,4 +15,9 @@
    List<Integer> getAvailableInSite(@Param("typeNo") Integer typeNo);
    List<Integer> getAvailableOutSite(@Param("typeNo") Integer typeNo);
    List<BasDevp> getLoading(@Param("sour") Integer sour);
    BasDevp selectByWrkNo(Integer wrkNo);
    BasDevp selectByDevNo(Integer devNo);
}