#
Junjie
2 天以前 57273834cdf6dcac9b6dfe5e0fb15ee9b9f2bc2d
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
}