using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace iWareDataCore.TASK.EnumType { public enum EDeviceMode { 双堆垛机模式, 单堆垛机模式 } }