自动化立体仓库 - WMS系统
1
Administrator
1 天以前 8adf76d9ef65ae7aa1115cd66507f79d221fdc9d
src/main/java/com/zy/asrs/mapper/BasDevpMapper.java
@@ -15,4 +15,8 @@
    List<Integer> getAvailableInSite(@Param("typeNo") Integer typeNo);
    List<Integer> getAvailableOutSite(@Param("typeNo") Integer typeNo);
    List<BasDevp> getAvailableInSiteAndDesc(@Param("typeNo") Integer typeNo);
    List<BasDevp> getAvailableOutSiteAndDesc(@Param("typeNo") Integer typeNo);
}