自动化立体仓库 - WMS系统
zyx
2023-11-02 8808ebb9bb3eb8e6bc9ed8bfc6cfaf53e63d6614
src/main/java/com/zy/asrs/service/AgvWrkMastService.java
@@ -12,7 +12,13 @@
    public int startWrk(List<AgvWrkMast> agvWrkMastList, String taskType) throws IOException;
    public int containerMove(List<AgvWrkMast> agvWrkMastList) throws IOException;
    public int containerMoveIn(List<AgvWrkMast> agvWrkMastList) throws IOException;
    public int containerMoveOut(List<AgvWrkMast> agvWrkMastList) throws IOException;
    public boolean insertByIncrease(AgvWrkMast agvWrkMast);
    public boolean deleteByWrkNo(int wrkNo);
    public int containerArrived(AgvWrkMast agvWrkMast);
}