Junjie
昨天 1a3f0ed6b7f6d4112069a3c8679e7192365d5eef
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,