#
Junjie
3 天以前 90402710d962aa357062ecb94649e0f277c1dfb3
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
}