LSH
2023-08-02 5f984f11d61e517930302daa3ea9c9b4534b9a0b
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);
}