自动化立体仓库 - WMS系统
pang.jiabao
9 天以前 ac0e295137f1266ec0f37e4f5296998f7fd9b2e0
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);
}