Junjie
2026-04-10 c1ed5a7f04fcc6459da611140a43870428092499
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
}