Junjie
2026-04-12 6a71dd91fc77040eab3ffc37a52f039e293f2a73
1
2
3
4
5
6
7
8
9
package com.zy.core.move;
 
public enum StationMoveTriggerType {
    INITIAL_OUTBOUND,
    OUT_ORDER,
    WATCH_CIRCLE,
    RUN_BLOCK,
    IDLE_RECOVER
}