自动化立体仓库 - WMS系统
zc
2024-07-29 6ec9e19c91c93204a8f5b7190fb6f54a204e7ff7
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);
}