using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace WCS.Entity.Protocol { public enum SCSpeedMode : Int16 { 正常 = 0, 低速 = 1 } }