Junjie
昨天 ef776e9fd5e4f64e4ad09a3faa12fb7bb646c79c
src/main/java/com/zy/core/thread/StationThread.java
@@ -14,6 +14,10 @@
    Map<Integer, StationProtocol> getStatusMap();
    default boolean hasRecentArrival(Integer stationId, Integer taskNo) {
        return false;
    }
    StationCommand getCommand(StationCommandType commandType, Integer taskNo, Integer stationId, Integer targetStationId, Integer palletSize);
    default StationCommand getCommand(StationCommandType commandType,