#
Administrator
23 小时以前 57ec0546715a31867e9ebd1e38307845b737edc4
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
}