自动化立体仓库 - WMS系统
野心家
2024-09-26 2e3716054aa57e2a41ee39c4ea0cd776fd74f260
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);
}