自动化立体仓库 - WMS系统
zc
2024-09-03 0868d9d032f3bfb5f9af870e3f9fbb63e9cb3b8c
src/main/java/com/zy/asrs/service/WrkMastService.java
@@ -15,4 +15,14 @@
    WrkMast selectByBarcode(String barcode);
    /**
     * 从工作档得到站点入库暂存数
     * @param crnNo
     * @return
     */
    int getStoreCount(Integer crnNo);
    int selectWrkMastBareBoardStaNo(Integer ioType,Integer staNo);
    int saveWrkMastLog(Integer wrkNo);
}