using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace iWareDataCore.BASE.EnumType { /// /// 库位类型 /// public enum EPlaceType { 普通库位 = 4, 入库口, 出库口, 输送机端口, 不合格缓存位=17, 输送机, 输送线 = 99 } }