using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace iWareModel { public enum EConveyerCmd { 搬运=0, 移动=1, 删除任务=2 } }