using System; using System.Collections.Generic; using System.Text; namespace WIDESEA_Common { /// /// 站台管理 /// public enum StationManager { Inbound = 1, Outbound, AbnormalStation, NGTakeStation, NGPutStation, EmptyInbound, EmptyOutbound, FireStation } }