Junjie
昨天 71a5ae03389119dc6975d7cfb87e63601f3c5305
1
2
3
4
5
6
7
8
package com.zy.core.utils.station.model;
 
public enum RerouteSceneType {
    RUN_BLOCK_REROUTE,
    IDLE_RECOVER,
    OUT_ORDER,
    WATCH_CIRCLE
}