using System; using System.Collections.Generic; using System.Text; namespace WIDESEA_Common { /// /// 站台管理 /// public enum StationManager { Inbound = 1, Outbound, AbnormalStation, NGTakeStation, NGPutStation, EmptyInbound, EmptyOutbound, /// /// 异常排出口(入库端) --分容入库段 /// AbnormalInStation =15, /// /// 消防站台 /// FireStation = 100, } }