自动化立体仓库 - WMS系统
zjj
2024-09-03 3fd2ec65c4f8b2d0338f6e3f069b8d3c0ed2b197
src/main/java/com/zy/asrs/service/AgvWrkMastService.java
@@ -12,11 +12,18 @@
    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);
    public List<AgvWrkMast> selectReadyAgvWrkMast();
    public AgvWrkMast selectByContainerCode(String containerCode);
}