#
zwl
3 天以前 01ba9dad3e284f390224151b510894a776ec4267
src/main/java/com/zy/core/thread/ForkLiftThread.java
@@ -24,6 +24,8 @@
    CommandResponse shuttleSwitch(ForkLiftCommand command);//小车换层
    CommandResponse move(ForkLiftCommand command);//小车换层
    CommandResponse reset();//复位
    boolean isIdle();//是否空闲
@@ -46,4 +48,6 @@
    List<ForkLiftCommand> getShuttleSwitchCommand(Integer taskNo, Integer pick, Integer put);//小车换层
    List<ForkLiftCommand> getMoveCommand(Integer taskNo, Integer pick, Integer put);//提升机移动
}