using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace NX_ModelClassLibrary.CustomEnum { /// /// 虚拟站台标识枚举 /// public enum LocVirtualFlagEnum { 真实站台 = 0, 虚拟站台 = 1, qwe, } }