自动化立体仓库 - WMS系统
zyx
2024-04-11 4dbb96434dceef64f00cc118853e131b04bf6ba1
src/main/java/com/zy/asrs/service/AgvWrkMastService.java
@@ -10,13 +10,20 @@
    public void updateWrkStsByWrkNo(int wrkNo, long wrkSts);
    public int startWrk(List<AgvWrkMast> agvWrkMastList, String taskType) throws IOException;
    public int startWrk(AgvWrkMast agvWrkMast) 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);
    public List<AgvWrkMast> selectReadyAgvWrkMast();
    public AgvWrkMast selectByContainerCode(String containerCode);
}