using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace WCS_Client.Frm { public enum SCRunStatus:Int16 { 空闲 = 1, 取货行走 = 2, 取货伸叉 = 3, 抬叉 = 4, 取货收叉 = 5, 放货行走 = 6, 放货伸叉 = 7, 降叉 = 8, 放货收叉 = 9, 维护 = 99 } }