自动化立体仓库 - WMS系统
#
luxiaotao1123
2023-01-29 fb59c80095de8cb2ba23dd16aa5588f10527f4fb
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);
}