自动化立体仓库 - WMS系统
#
luxiaotao1123
2022-10-21 c1c020a8b9324a8b69b9328ece354a9a7d042ce9
src/main/java/com/zy/asrs/service/WrkMastService.java
@@ -13,4 +13,18 @@
    List<WrkMast> selectToBeHistoryData();
    WrkMast selectByBarcode(String barcode);
    Double getIoPri(Integer ioType, String locNo);
    /**
     * 从工作档得到站点入库暂存数
     * @param crnNo
     * @return
     */
    int getStoreCount(Integer crnNo);
    Boolean setSteEmpty(Integer wrkNo);
    WrkMast selectOfPick(Integer wrkNo, Integer ioType);
}