自动化立体仓库 - WMS系统
1
zhang
3 天以前 71ca7c6fb00de749b2ba2180f1cc04e35574eb19
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);
}