lsh
2024-08-09 df193976822b6b8dd1ba1d78579a582bcb95d55e
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);
}