using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace WCS_Client.Frm { public enum SCMode : Int16 { 远程 = 1, 半自动 = 2, 手动 = 3, 维修 = 4 } }