自动化立体仓库 - WMS系统
lty
2025-04-27 6d47348cf9dbeabcadb5801db46dfecd48f87d85
src/main/java/com/zy/asrs/service/WrkMastService.java
@@ -15,4 +15,12 @@
    WrkMast selectByBarcode(String barcode);
    /**
     * 从工作档得到站点入库暂存数
     * @param crnNo
     * @return
     */
    int getStoreCount(Integer crnNo);
    int selectWrkMastBareBoardStaNo(Integer ioType,Integer staNo);
}