Junjie
3 天以前 1a5e3a734a07866c9a46e1b4e8267bcfbe7c6fe2
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
}