自动化立体仓库 - WMS系统
#
luxiaotao1123
2023-02-06 9594129ba3c8adbf0c3c8852f9ff5cbbf172b681
src/main/java/com/zy/asrs/service/WrkMastService.java
@@ -23,4 +23,11 @@
     * @return
     */
    int getStoreCount(Integer crnNo);
    Boolean setSteEmpty(Integer wrkNo);
    WrkMast selectOfPick(Integer wrkNo, Integer ioType);
    WrkMast selectPakoutOfStaNo(Integer staNo);
}