自动化立体仓库 - WMS系统
pang.jiabao
3 天以前 c3c7ac143bc12a3e7ae643770a62d83161b5ca81
src/main/java/com/zy/asrs/mapper/BasDevpMapper.java
@@ -15,4 +15,12 @@
    List<Integer> getAvailableInSite(@Param("typeNo") Integer typeNo);
    List<Integer> getAvailableOutSite(@Param("typeNo") Integer typeNo);
    /**
     * 更新入库暂存数
     * @param devNo 站点号
     * @param type 1.加1,2.减1
     * @return 更新数量
     */
    int updateInQty(@Param("typeNo") Integer devNo,@Param("typeNo") Integer type);
}