using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace iWareModel { /// /// 设备类型 /// public enum EDeviceType { 堆垛机 = 1, RGV = 2, AGV = 3 } }