using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace yunneiPda.EnumDefine { enum positionType { 库口 = 0, 空库位 = 1, 缸体 = 2, 缸盖 = 3, 缸体空托盘 = 4, 缸盖空托盘 = 5, 空托盘 = 6, 缸盖上线点 = 7, 缸体上线点 = 8, 余料回库=9 } }