using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace iWareSda.ConveyorService.ConveyorEnumType { public enum ESrmConveyorAlarm { 报警代码1 = 1, } }