using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace wcftest.EnumDefine { enum taskInfo { 任务执行中, 任务完成, 尺寸超高, 找不到库位 } }