自动化立体仓库 - WMS系统
ZY
2024-09-18 2718a5f2b9a4b65d257adaa61f436d7ecaed9656
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);
}