自动化立体仓库 - WMS系统
#
luxiaotao1123
2022-09-28 267d534c7be565ee43641e562008a5a4729b474c
src/main/java/com/zy/asrs/service/WrkMastService.java
@@ -15,4 +15,12 @@
    WrkMast selectByBarcode(String barcode);
    Double getIoPri(Integer ioType, String locNo);
    /**
     * 从工作档得到站点入库暂存数
     * @param crnNo
     * @return
     */
    int getStoreCount(Integer crnNo);
}