#
LSH
2023-08-02 fffa5616d67ff64cce22d29a60fdf5c977f7a34e
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);
}