#
Junjie
4 天以前 6d99081f3f6e0363b0bd28053e545a8e4589b979
src/main/java/com/zy/core/thread/StationThread.java
@@ -1,6 +1,7 @@
package com.zy.core.thread;
import com.zy.core.ThreadHandler;
import com.zy.core.enums.StationCommandType;
import com.zy.core.model.CommandResponse;
import com.zy.core.model.command.StationCommand;
import com.zy.core.model.protocol.StationProtocol;
@@ -13,7 +14,7 @@
    Map<Integer, StationProtocol> getStatusMap();
    StationCommand getMoveCommand(Integer taskNo, Integer stationId, Integer targetStationId, Integer palletSize);
    StationCommand getCommand(StationCommandType commandType, Integer taskNo, Integer stationId, Integer targetStationId, Integer palletSize);
    CommandResponse sendCommand(StationCommand command);