using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace iWare.Wms.Core.Enum { public enum DeepcellNoEnum { 近伸 = 0, 远伸 = 1 } }